diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-29 18:26:31 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-29 18:26:31 -0800 |
commit | 15cb4da9ef894715d0118e6e5d70f70c7b94dbba (patch) | |
tree | bdec0326d8e86dc7617035aba124d62fde44bf74 /debian | |
parent | 3b95ed69d8e9a82430877bed94698a11ea94b94a (diff) | |
download | vyatta-cfg-quagga-15cb4da9ef894715d0118e6e5d70f70c7b94dbba.tar.gz vyatta-cfg-quagga-15cb4da9ef894715d0118e6e5d70f70c7b94dbba.zip |
Set syslog logging for all daemons to warning level
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |