Skip reboot from newer Fedoras
[util-vserver.git] / 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
                ;;