diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-06 15:00:25 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-11-06 15:00:25 -0800 |
commit | 954c6d0ae5d03eed990fdc12d8b3cc67bcea932d (patch) | |
tree | 9e87296f9017f3bb26e2bd09d5a1b5d8b6060226 /debian/vyatta-cfg-system.postinst.in | |
parent | 62a5d5c89f5d4e0c6bc864210a1530d9aaf33adf (diff) | |
download | vyatta-cfg-system-954c6d0ae5d03eed990fdc12d8b3cc67bcea932d.tar.gz vyatta-cfg-system-954c6d0ae5d03eed990fdc12d8b3cc67bcea932d.zip |
rmeove ddclient script from ppp ip-up directory as we configure
DDNS for an interface using the CLI
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 |