From 954c6d0ae5d03eed990fdc12d8b3cc67bcea932d Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Thu, 6 Nov 2008 15:00:25 -0800 Subject: rmeove ddclient script from ppp ip-up directory as we configure DDNS for an interface using the CLI --- debian/vyatta-cfg-system.postinst.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3