summaryrefslogtreecommitdiff
path: root/templates/service
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-02-09 02:08:23 -0500
committerKim Hagen <kim.sidney@gmail.com>2016-02-09 02:08:23 -0500
commit9d0c8946c537a1d857df67be2ffc26255c24bdbb (patch)
tree325ed1ddb0a0a26560f1056cd4b00f9001cc99d9 /templates/service
parent08ec1c93a80be4b4dcec5d4fa4723133225b1367 (diff)
downloadvyatta-cfg-system-9d0c8946c537a1d857df67be2ffc26255c24bdbb.tar.gz
vyatta-cfg-system-9d0c8946c537a1d857df67be2ffc26255c24bdbb.zip
Use directory /var/lib/dhcp instead of /var/lib/dhcp3.
Use directory /etc/dhcp instead of /etc/dhcp3.
Diffstat (limited to 'templates/service')
-rw-r--r--templates/service/dns/forwarding/dhcp/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service/dns/forwarding/dhcp/node.def b/templates/service/dns/forwarding/dhcp/node.def
index 700f703e..f19b000e 100644
--- a/templates/service/dns/forwarding/dhcp/node.def
+++ b/templates/service/dns/forwarding/dhcp/node.def
@@ -4,5 +4,5 @@ help: Use nameservers received from DHCP server for specified interface
commit:expression: exec "/opt/vyatta/sbin/vyatta-dns-forwarding.pl --dhcp-interface $VAR(@)"
allowed:
local -a array ;
- array=( /var/lib/dhcp3/eth* /var/lib/dhcp3/br* ) ;
+ array=( /var/lib/dhcp/eth* /var/lib/dhcp/br* ) ;
echo -n ${array[@]##*/}