diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 17:15:42 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2009-07-17 14:30:20 -0700 |
commit | a0e00c69745c9915d879a3c812f339345fa9e7b3 (patch) | |
tree | 1d23163abce9c12ddea9fbd720af15fcc8d763d3 /templates/system/domain-search | |
parent | 11e40f6139ff21a6528426dcab09e38e2798eef2 (diff) | |
download | vyatta-cfg-system-a0e00c69745c9915d879a3c812f339345fa9e7b3.tar.gz vyatta-cfg-system-a0e00c69745c9915d879a3c812f339345fa9e7b3.zip |
Fix some more update tag
A couple more places where update should be replaced with create
because multiple values allowed.
(cherry picked from commit a6c4d64593bf647e61133ef9d9383428b0ac5807)
Diffstat (limited to 'templates/system/domain-search')
-rw-r--r-- | templates/system/domain-search/domain/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/domain-search/domain/node.def b/templates/system/domain-search/domain/node.def index 8af03fa4..46248127 100644 --- a/templates/system/domain-search/domain/node.def +++ b/templates/system/domain-search/domain/node.def @@ -2,5 +2,5 @@ multi: type: txt help: Set 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" +create:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" delete:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" |