diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:15:29 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-09 04:15:29 -0500 |
commit | e611d966761270dbb80cf8ff77698d8b571a6ebe (patch) | |
tree | b5822e59b07825f44798ef0c7ee08d66649a93de /Makefile.am | |
parent | 59339ba3607f6ee944bce2d8e5cdf056774e139a (diff) | |
download | vyatta-wanloadbalance-e611d966761270dbb80cf8ff77698d8b571a6ebe.tar.gz vyatta-wanloadbalance-e611d966761270dbb80cf8ff77698d8b571a6ebe.zip |
Use dhcp instead of dhcp3.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b1dedce..321c931 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -dhcphookdir = /etc/dhcp3/dhclient-exit-hooks.d +dhcphookdir = /etc/dhcp/dhclient-exit-hooks.d ppphookdir = /etc/ppp/ip-up.d pppwanlbdir = /var/run/load-balance/ppp cfgdir = $(datadir)/vyatta-cfg/templates |