summaryrefslogtreecommitdiff
path: root/templates/system/static-host-mapping
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-08-06 12:00:31 +0000
committerMohit Mehta <mohit.mehta@vyatta.com>2008-08-06 12:00:31 +0000
commitb09a999b8284895f5a8ff0233051a41b61eb690a (patch)
tree202a1a1f8354c65405986a6a0e4c2b9dee01517f /templates/system/static-host-mapping
parentd86fe348aa578c5f83bd7c24c0ed2875a343220d (diff)
downloadvyatta-cfg-system-b09a999b8284895f5a8ff0233051a41b61eb690a.tar.gz
vyatta-cfg-system-b09a999b8284895f5a8ff0233051a41b61eb690a.zip
change 'service dns forward' to 'service dns forwarding'
Diffstat (limited to 'templates/system/static-host-mapping')
-rw-r--r--templates/system/static-host-mapping/host-name/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/static-host-mapping/host-name/node.def b/templates/system/static-host-mapping/host-name/node.def
index 07e6b25b..bd9cfab1 100644
--- a/templates/system/static-host-mapping/host-name/node.def
+++ b/templates/system/static-host-mapping/host-name/node.def
@@ -7,10 +7,10 @@ end: sudo sh -c "
touch /etc/hosts
sed -i '/ $VAR(@) .*#vyatta entry/d' /etc/hosts
if [ -z \"$VAR(./inet/@)\" ]; then
- if [ -d /opt/vyatta/config/active/service/dns/forward ]; then /etc/init.d/dnsmasq restart >&/dev/null; fi
+ if [ -d /opt/vyatta/config/active/service/dns/forwarding ]; then /etc/init.d/dnsmasq restart >&/dev/null; fi
exit 0
fi
declare -a aliases=( $VAR(alias/@@) )
echo -e \"$VAR(inet/@)\\t $VAR(@) \${aliases[*]} \\t #vyatta entry\" >> /etc/hosts
- if [ -d /opt/vyatta/config/active/service/dns/forward ]; then /etc/init.d/dnsmasq restart >&/dev/null; fi"
+ if [ -d /opt/vyatta/config/active/service/dns/forwarding ]; then /etc/init.d/dnsmasq restart >&/dev/null; fi"