projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
71f7047
)
just delete the darn thing, syslog-ng 3.x broke this
author
Benedikt Boehm
<hollow@gentoo.org>
Wed, 27 Jan 2010 15:48:21 +0000 (15:48 +0000)
committer
Benedikt Boehm
<hollow@gentoo.org>
Wed, 27 Jan 2010 15:48:21 +0000 (15:48 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2871
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
distrib/gentoo/initpost
patch
|
blob
|
history
diff --git
a/distrib/gentoo/initpost
b/distrib/gentoo/initpost
index
069727b
..
f1d6229
100755
(executable)
--- a/
distrib/gentoo/initpost
+++ b/
distrib/gentoo/initpost
@@
-115,7
+115,7
@@
fi
if $_CHROOT_SH testfile /etc/syslog-ng/syslog-ng.conf; then
echo ">>> Fixing syslog-ng.conf ... "
chrootsed /etc/syslog-ng/syslog-ng.conf \
- -e 's:pipe("/proc/kmsg"); ::' \
+ -e '/proc\/kmsg/d' \
-e 's:\(.*console_all.*\):#\1:g'
fi