From 316195e065e61b6cbf36774056d26ade9df7d74e Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 22 Dec 2007 16:30:18 +0000 Subject: [PATCH] Leave rsyslog enabled for Fedora 8. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2647 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- distrib/redhat/initpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/redhat/initpost b/distrib/redhat/initpost index 3344dbb..5337fe0 100755 --- a/distrib/redhat/initpost +++ b/distrib/redhat/initpost @@ -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 ;; -- 1.8.1.5