summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-11-06 14:57:28 -0800
committerrbalocca <rbalocca@vyatta.com>2008-11-06 14:57:28 -0800
commitb75536310da269b906f8733c33c0c25eeb337951 (patch)
treea8f7aef27e2b1360d42684e3a2327fed602f538b
parent5479f8a94c61a511cdd6191f57b9e2c50d3ba140 (diff)
parent954c6d0ae5d03eed990fdc12d8b3cc67bcea932d (diff)
downloadvyatta-cfg-system-b75536310da269b906f8733c33c0c25eeb337951.tar.gz
vyatta-cfg-system-b75536310da269b906f8733c33c0c25eeb337951.zip
Merge branch 'islavista' into jenner
-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