Kernel Update

Netstatusseite mit ip-Befehlen gemacht


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@434 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-01 16:44:47 +00:00
parent 44254afd44
commit 376e42ce69
45 changed files with 61292 additions and 4557 deletions

View File

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