blob: 87f9e0fadf202b144e4861fcc9a118cf8f662143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
priority: 400
type: txt
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
# also update localhost line in /etc/hosts (see host-name template)?
delete: sudo /opt/vyatta/sbin/vyatta_update_resolv.pl
|