IPTables Update fuer den neuen Kernel.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@437 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-04 17:55:55 +00:00
parent 8906905349
commit dd46a3c51a
8 changed files with 255 additions and 33 deletions

View File

@@ -30,8 +30,8 @@
case "${1}" in
start)
if [ ! -f /.autofsck ]; then
boot_mesg -n "No /.autofsck found, will not perform" ${INFO}
if [ -f /fastboot ]; then
boot_mesg -n "/fastboot found, will not perform" ${INFO}
boot_mesg " file system checks as requested."
echo_ok
exit 0