blob: 4e3902dc933362a1de76d4a65ffc6e59b38ec11b (
plain)
1
2
3
4
5
6
7
8
9
|
type: txt
help: "Configure system domain name"
syntax: pattern $(@) "^[-a-zA-Z0-9.]{0,63}$" ; "invalid domain name $(@)"
# 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"
|