projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e9a0ab8
)
Leave rsyslog enabled for Fedora 8.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 22 Dec 2007 16:30:18 +0000 (16:30 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/distrib/redhat/initpost
b/distrib/redhat/initpost
index
3344dbb
..
5337fe0
100755
(executable)
--- 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
;;