summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-07 17:35:53 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-11-07 17:35:53 -0800
commitf4fcf512b96f7a14666d2254a0ab1890512a548e (patch)
tree1b289f64990aed877672fbda2672d026abb74f42 /debian/vyatta-cfg-system.postinst.in
parent239545a6e81884091610c59e548448a15cadafbf (diff)
parenta96c79e41c61d25822fb16e7dfba28182a5fd2e9 (diff)
downloadvyatta-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.in4
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