gentoo: use /var/run for new /run compatibility
[util-vserver.git] / distrib / gentoo / initpost
index 069727b..f1d6229 100755 (executable)
@@ -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