summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--templates/system/domain-name/node.def2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bcb27c88..121d0f50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vyatta-cfg-system (0.20.58) unstable; urgency=low
+
+ * Fix typo in domain-name delete action
+
+ -- James Davidson <james.davidson@vyatta.com> Mon, 01 Apr 2013 09:33:16 -0700
+
vyatta-cfg-system (0.20.57) unstable; urgency=low
* syslog: fix channel syntax
diff --git a/templates/system/domain-name/node.def b/templates/system/domain-name/node.def
index 5ea44f32..4866ddf8 100644
--- a/templates/system/domain-name/node.def
+++ b/templates/system/domain-name/node.def
@@ -9,4 +9,4 @@ update: sudo /opt/vyatta/sbin/vyatta_update_resolv.pl
sudo /opt/vyatta/sbin/vyatta_update_hosts.pl --no-restart-services
delete: sudo /opt/vyatta/sbin/vyatta_update_resolv.pl
- sudo /opt/vyatta/sbin/vyatta_update_hosts.pl --no-restart-servces \ No newline at end of file
+ sudo /opt/vyatta/sbin/vyatta_update_hosts.pl --no-restart-services