diff options
author | root <root@vyatta-build.(none)> | 2010-10-08 12:18:53 -0700 |
---|---|---|
committer | root <root@vyatta-build.(none)> | 2010-10-08 12:18:53 -0700 |
commit | fcd9207451d02f31464add8f1f73313f4e51a150 (patch) | |
tree | 905620bd93b39ccc65948401d4a687f9fe0ce048 /scripts | |
parent | 838e3db823fab634ce25149822b559f658110683 (diff) | |
download | vyatta-cfg-quagga-fcd9207451d02f31464add8f1f73313f4e51a150.tar.gz vyatta-cfg-quagga-fcd9207451d02f31464add8f1f73313f4e51a150.zip |
modified reference error location.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/system/vyatta_update_resolv.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_resolv.pl b/scripts/system/vyatta_update_resolv.pl index 224d002d..6897c791 100755 --- a/scripts/system/vyatta_update_resolv.pl +++ b/scripts/system/vyatta_update_resolv.pl @@ -47,7 +47,7 @@ if ($dhclient_script == 1) { } if ($dhclient_script == 0 && @domains > 0 && $domain_name && length($domain_name) > 0) { - $vc->outputError(["system domain-name","system domain-search"],"System configuration error. Both \'domain-name\' and \'domain-search\' are specified, but only one of these mutually exclusive parameters is allowed."); + $vc->outputError(["system domain-name","system domain-search domain"],"System configuration error. Both \'domain-name\' and \'domain-search\' are specified, but only one of these mutually exclusive parameters is allowed."); exit(1); } |