Skip reboot from newer Fedoras
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 17 Mar 2011 14:11:09 +0000 (15:11 +0100)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 17 Mar 2011 14:11:09 +0000 (15:11 +0100)
distrib/redhat/initpost

index 9eece3c..569d8c4 100755 (executable)
@@ -53,7 +53,7 @@ pushd "$vdir"/etc/init.d &>/dev/null ||
     for i in *; do
        test -e "$i" || continue
        case "$i" in
-           functions|halt|killall|single) ;;
+           functions|halt|killall|single|reboot) ;;
            syslog|rsyslog)
                $_VSERVER "$1" chkconfig "$i" on
                ;;