From: Daniel Hokka Zakrisson Date: Thu, 17 Mar 2011 14:11:09 +0000 (+0100) Subject: Skip reboot from newer Fedoras X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?p=util-vserver.git;a=commitdiff_plain;h=83d02d0cb8f5a1025457bc2bfcdeffc001bfa941 Skip reboot from newer Fedoras --- diff --git a/distrib/redhat/initpost b/distrib/redhat/initpost index 9eece3c..569d8c4 100755 --- a/distrib/redhat/initpost +++ b/distrib/redhat/initpost @@ -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 ;;