summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 12:57:13 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 12:57:13 -0800
commit6b5e5b658ad0970f6f15243b0c289730e1c3140a (patch)
treeabddf5c3832031619367b537bcf808c08cb522b6
parent5b516cbeb01c86707f2bbfe2bcab4b9eca6800be (diff)
parentd1467c353691d9c94311d31d1399f3ca73fab074 (diff)
downloadvyatta-cfg-quagga-6b5e5b658ad0970f6f15243b0c289730e1c3140a.tar.gz
vyatta-cfg-quagga-6b5e5b658ad0970f6f15243b0c289730e1c3140a.zip
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/install/install-image-existing2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 857c5eac..d629b9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vyatta-cfg-system (0.18.21) unstable; urgency=low
+
+ * Bugfix 6101: Make a syslog record when a new image is added.
+
+ -- Bob Gilligan <gilligan@vyatta.com> Sun, 21 Nov 2010 03:08:06 -0800
+
vyatta-cfg-system (0.18.20) unstable; urgency=low
* Bring tunnel down before deleting
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing
index b05de08e..de58233e 100755
--- a/scripts/install/install-image-existing
+++ b/scripts/install/install-image-existing
@@ -215,6 +215,8 @@ if [ -e "$DEF_GRUB" ]; then
mv $new_grub_cfg $old_grub_cfg
fi
+logger -p local3.warning -t "SystemImage" "System Image $NEWNAME has been added and made the default boot image"
+
echo 'Done.'
# done