diff options
Diffstat (limited to 'templates/system/domain-search/domain')
-rw-r--r-- | templates/system/domain-search/domain/node.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/system/domain-search/domain/node.def b/templates/system/domain-search/domain/node.def index e29df293..bd3e51bf 100644 --- a/templates/system/domain-search/domain/node.def +++ b/templates/system/domain-search/domain/node.def @@ -1,6 +1,6 @@ multi: type: txt -help: "Configure DNS domain completion order" -syntax: pattern $(@) "^[-a-zA-Z0-9.]+$" ; "invalid domain name $(@)" -update: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" -delete: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" +help: Configure DNS domain completion order +syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "invalid domain name $VAR(@)" +update:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" +delete:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" |