diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-07 17:35:53 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-07 17:35:53 -0800 |
commit | f4fcf512b96f7a14666d2254a0ab1890512a548e (patch) | |
tree | 1b289f64990aed877672fbda2672d026abb74f42 /debian/vyatta-cfg-system.postinst.in | |
parent | 239545a6e81884091610c59e548448a15cadafbf (diff) | |
parent | a96c79e41c61d25822fb16e7dfba28182a5fd2e9 (diff) | |
download | vyatta-cfg-quagga-f4fcf512b96f7a14666d2254a0ab1890512a548e.tar.gz vyatta-cfg-quagga-f4fcf512b96f7a14666d2254a0ab1890512a548e.zip |
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into islavista
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index a814df9c..c4f43586 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -131,6 +131,10 @@ fi cp -p /etc/syslog.conf /etc/syslog.conf.bak cp -f /opt/vyatta/etc/syslog.conf /etc/syslog.conf +# remove unnecessary ddclient script in /etc/ppp/ip-up.d/ +# this logs unnecessary messages trying to start ddclient +rm -f /etc/ppp/ip-up.d/ddclient + # Local Variables: # mode: shell-script # sh-indentation: 4 |