diff options
Diffstat (limited to 'templates/system/domain-name/node.def')
-rw-r--r-- | templates/system/domain-name/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/domain-name/node.def b/templates/system/domain-name/node.def index 87f9e0fa..429fd47f 100644 --- a/templates/system/domain-name/node.def +++ b/templates/system/domain-name/node.def @@ -5,8 +5,8 @@ help: System domain name # Allow letter-number-hyphen in label (but can not start or end with hyphen) syntax:expression: exec "/opt/vyatta/sbin/vyatta_check_domainname.pl $VAR(../host-name).$VAR(@)" -# also add localhost line into /etc/hosts (see host-name template)? update: sudo /opt/vyatta/sbin/vyatta_update_resolv.pl + sudo /opt/vyatta/sbin/vyatta_update_hosts.pl -# also update localhost line in /etc/hosts (see host-name template)? delete: sudo /opt/vyatta/sbin/vyatta_update_resolv.pl + sudo /opt/vyatta/sbin/vyatta_update_hosts.pl
\ No newline at end of file |