diff options
author | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-02 11:47:59 -0800 |
---|---|---|
committer | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-02 11:47:59 -0800 |
commit | e68b9e536f618582774313c04fc53ad4f6eb4ab1 (patch) | |
tree | b5597ec42d02ed628b3e96388ae3b012fdf919d2 | |
parent | 6043afabb34aa2a63c862363679e91b2696468f3 (diff) | |
parent | 15cb4da9ef894715d0118e6e5d70f70c7b94dbba (diff) | |
download | vyatta-cfg-quagga-e68b9e536f618582774313c04fc53ad4f6eb4ab1.tar.gz vyatta-cfg-quagga-e68b9e536f618582774313c04fc53ad4f6eb4ab1.zip |
Merge branch 'master' into glendale
-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 |