diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-06 14:27:50 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-06 14:27:50 -0800 |
commit | 76b12db507c0381b9b93db73a4cacab89dcd8c13 (patch) | |
tree | 6514d32342720c6bd58a4c80e026a632f6d780d7 /debian | |
parent | d742d5e53b5ed8f58714038a2275808fcaeb1dcc (diff) | |
download | vyatta-cfg-quagga-76b12db507c0381b9b93db73a4cacab89dcd8c13.tar.gz vyatta-cfg-quagga-76b12db507c0381b9b93db73a4cacab89dcd8c13.zip |
Add quagga messages to syslog.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 6349b748..15287bcc 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -52,6 +52,7 @@ if [ "$sysconfdir" != "/etc" ]; then # quagga/daemons sed 's/=no/=yes/' /etc/quagga/daemons.vyatta-save > /etc/quagga/daemons + echo "log syslog warnings" >> /etc/quagga/zebra.conf fi # update crontab for logrotate |