From 15cb4da9ef894715d0118e6e5d70f70c7b94dbba Mon Sep 17 00:00:00 2001 From: Justin Fletcher Date: Thu, 29 Nov 2007 18:26:31 -0800 Subject: Set syslog logging for all daemons to warning level --- debian/vyatta-cfg-system.postinst.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/vyatta-cfg-system.postinst.in') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 42085362..2c9f0fbf 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -52,6 +52,12 @@ if [ "$sysconfdir" != "/etc" ]; then # quagga/daemons sed 's/=no/=yes/' /etc/quagga/daemons.vyatta-save > /etc/quagga/daemons + echo "log syslog warnings" >> /etc/quagga/bgpd.conf + echo "log syslog warnings" >> /etc/quagga/isisd.conf + echo "log syslog warnings" >> /etc/quagga/ospf6d.conf + echo "log syslog warnings" >> /etc/quagga/ospf.conf + echo "log syslog warnings" >> /etc/quagga/ripd.conf + echo "log syslog warnings" >> /etc/quagga/ripngd.conf echo "log syslog warnings" >> /etc/quagga/zebra.conf fi -- cgit v1.2.3