From: Heiko Z. <smi...@us...> - 2004-05-25 20:14:17
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16883/config/etc/init.d Modified Files: Tag: rel-1-0-patches syslog Log Message: - updated the quagga md5 patch - removed the recent changes to syslog-ng, let's not mess around with them in the stable release Index: syslog =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/syslog,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -u -d -r1.5.2.2 -r1.5.2.3 --- syslog 20 May 2004 00:44:10 -0000 1.5.2.2 +++ syslog 25 May 2004 20:14:02 -0000 1.5.2.3 @@ -32,7 +32,7 @@ for I in $(ls /etc/sysconfig/jail) do A=${I##/*/} - sed -e "s| unix-stream(\"$JAIL_DIR/$A/dev/log\");||" < /etc/syslog-ng/syslog-ng.conf > /tmp/tmpfile + sed -e "s| unix-dgram(\"$JAIL_DIR/$A/dev/log\");||" < /etc/syslog-ng/syslog-ng.conf > /tmp/tmpfile mv /tmp/tmpfile /etc/syslog-ng/syslog-ng.conf done loadproc syslog-ng |