summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-09 11:16:14 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-09 11:16:14 -0700
commitd50ddd313dd283d143fca6c7fa528909573678bc (patch)
tree8382b728f83d043008a33ce64fd9cd4c63105b34
parent1d3e6b3ea190d14b68b2f9792784037d4f12928b (diff)
parentfcd9207451d02f31464add8f1f73313f4e51a150 (diff)
downloadvyatta-cfg-system-d50ddd313dd283d143fca6c7fa528909573678bc.tar.gz
vyatta-cfg-system-d50ddd313dd283d143fca6c7fa528909573678bc.zip
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino
-rw-r--r--debian/changelog12
-rwxr-xr-xscripts/system/vyatta_update_resolv.pl3
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 64afb1c4..14a371a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+vyatta-cfg-system (0.17.106) unstable; urgency=low
+
+ * use new error reference location method
+
+ -- root <root@vyatta-build> Fri, 08 Oct 2010 12:13:11 -0700
+
+vyatta-cfg-system (0.17.105) unstable; urgency=low
+
+ * Convert from syslog to rsyslog
+
+ -- Stephen Hemminger <stephen.hemminger@vyatta.com> Fri, 08 Oct 2010 17:12:41 -0700
+
vyatta-cfg-system (0.17.104) unstable; urgency=low
[ Stephen Hemminger ]
diff --git a/scripts/system/vyatta_update_resolv.pl b/scripts/system/vyatta_update_resolv.pl
index 041292be..6897c791 100755
--- a/scripts/system/vyatta_update_resolv.pl
+++ b/scripts/system/vyatta_update_resolv.pl
@@ -47,8 +47,7 @@ if ($dhclient_script == 1) {
}
if ($dhclient_script == 0 && @domains > 0 && $domain_name && length($domain_name) > 0) {
- print STDERR "System configuration error. Both \'domain-name\' and \'domain-search\' are specified, but only one of these mutually exclusive parameters is allowed.\n";
- print STDERR "System configuration commit aborted due to error(s).\n";
+ $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);
}