X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=distrib%2Fredhat%2Finitpost;h=569d8c452f5c5c86ffe0230e925c1072f9c33d43;hb=83d02d0cb8f5a1025457bc2bfcdeffc001bfa941;hp=9eece3ccfbdbba5d1c64e742ab735104c4e87e60;hpb=dea0d1bc592f1a40d035a7ffa7ab58f8ad095f60;p=util-vserver.git 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 ;;