###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
push(@warnings, $Lang::tr{'needreboot'});
}
-if ( `/bin/grep -c "reiserfs" /proc/self/mounts` > 0 ) {
- push (@warnings, $Lang::tr{'reiserfs warning1'} . " " . $Lang::tr{'reiserfs warning2'});
-}
-
# Show any warnings
&Header::warningbox(@warnings);