summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rwxr-xr-xscripts/vyatta-grub-setup1
3 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 219b68d0..415674a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+vyatta-cfg-system (0.15.4) unstable; urgency=low
+
+ [ Stephen Hemminger ]
+ * Change update to create on multi-nodes
+
+ [ Mohit Mehta ]
+ * will help debug bug 4181 if and when it happens
+
+ [ An-Cheng Huang ]
+ * use renamed tacplus package
+
+ -- An-Cheng Huang <ancheng@vyatta.com> Mon, 23 Mar 2009 11:11:38 -0700
+
vyatta-cfg-system (0.15.3-14) unstable; urgency=low
* Fix 4190: vrrp may fail to start daemon if previous commit of vrrp
diff --git a/debian/control b/debian/control
index 7bbb5f26..077402e1 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Depends: sed (>= 4.1.5),
mdadm,
ddclient,
libio-socket-ssl-perl,
- pam-tacplus
+ tacplus
Pre-Depends: bash-completion
Suggests: util-linux (>= 2.13-5),
acpid,
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup
index 26a322f2..3eed4df4 100755
--- a/scripts/vyatta-grub-setup
+++ b/scripts/vyatta-grub-setup
@@ -138,6 +138,7 @@ fi
# create the grub.cfg file for grub
# The "default=" line selects which boot option will be used by default.
# Numbering starts at 0 for the first option.
+ echo -e "# Generated by $0 at `date`"
echo -e "set default=$default_console"
echo "set timeout=5"
# set serial console options