X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=distrib%2Fredhat%2Finitpost;h=92f79bbab81f1b866de9564454ab5c09308c2a36;hb=00f4a733697e86ef0b39ce3c6fc4f8a8a2f28eb6;hp=48d5e9769eaa18d14fbce7a86afa74c707fc55b2;hpb=540b555551137715ebe712699f3fae3e90a9de00;p=util-vserver.git diff --git a/distrib/redhat/initpost b/distrib/redhat/initpost index 48d5e97..92f79bb 100755 --- a/distrib/redhat/initpost +++ b/distrib/redhat/initpost @@ -54,7 +54,9 @@ pushd "$vdir"/etc/init.d &>/dev/null || test -e "$i" || continue case "$i" in functions|halt|killall|single) ;; - syslog|rsyslog) ;; + syslog|rsyslog) + $_VSERVER "$1" chkconfig "$i" on + ;; *) $_VSERVER "$1" chkconfig "$i" off ;;