diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:13:59 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:13:59 -0500 |
commit | 8916fa69bdd7db82f8b4f669903fe2ab36b21e5b (patch) | |
tree | 92caed55b5ba5d3f4bc25e40773f087b1f526b5a /debian | |
parent | cb23703a554a919d945bf0c96811b9676ba61cd9 (diff) | |
download | vyatta-cfg-8916fa69bdd7db82f8b4f669903fe2ab36b21e5b.tar.gz vyatta-cfg-8916fa69bdd7db82f8b4f669903fe2ab36b21e5b.zip |
Use dhcp instead of dhcp3.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 527a744..111be91 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -20,7 +20,7 @@ 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 dhcp3/dhclient.conf + for conf in dhcp/dhclient.conf do [ -f /etc/$conf ] && mv -f /etc/$conf /etc/$conf.vyatta-save touch /etc/$conf |