diff options
| -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 | 
