From b6ec61e05e4ad04cb49ba51ca599935ba50aa7e6 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 26 Feb 2016 05:42:37 -0500 Subject: Do not remove dhclient.conf, the default config is harmless anyway. --- debian/vyatta-cfg.postinst.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'debian') diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 111be91..26359e1 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -18,15 +18,6 @@ done update-rc.d vyatta-router defaults 90 >/dev/null -if [ "$sysconfdir" != "/etc" ]; then - # remove the config files and replace with blank ones - for conf in dhcp/dhclient.conf - do - [ -f /etc/$conf ] && mv -f /etc/$conf /etc/$conf.vyatta-save - touch /etc/$conf - done -fi - # capability stuff for bin in my_cli_bin my_cli_shell_api; do touch -ac $sbindir/$bin -- cgit v1.2.3