From 622bbf801bd435a3848c669ff2c0e9090cd2bb4e Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 31 Jan 2008 07:59:02 -0800 Subject: convert templates to new syntax --- templates/system/domain-search/domain/node.def | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/system/domain-search/domain/node.def') 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" -- cgit v1.2.3