Leave rsyslog enabled for Fedora 8.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 22 Dec 2007 16:30:18 +0000 (16:30 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 22 Dec 2007 16:30:18 +0000 (16:30 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2647 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/redhat/initpost

index 3344dbb..5337fe0 100755 (executable)
@@ -54,7 +54,7 @@ pushd "$vdir"/etc/init.d &>/dev/null ||
        test -e "$i" || continue
        case "$i" in
            functions|halt|killall|single) ;;
-           syslog) ;;
+           syslog|rsyslog) ;;
            *)
                $_VSERVER "$1" chkconfig "$i" off
                ;;