diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-05-12 18:55:41 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-05-12 18:55:41 -0500 |
commit | 514125a2246ee477809a325a7661be08a15c8482 (patch) | |
tree | 304dace26fd27f14cc8f25347b2cab2cf95fdd8e /debian | |
parent | 81731da16519e452ab2d4eb913ee01e5468a1905 (diff) | |
parent | 0a59c2f58a44f1caf4304429ace5d2d76d8867b8 (diff) | |
download | vyatta-cfg-quagga-514125a2246ee477809a325a7661be08a15c8482.tar.gz vyatta-cfg-quagga-514125a2246ee477809a325a7661be08a15c8482.zip |
Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 82c8bdb1..846e2712 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +vyatta-cfg-system (0.19.73) unstable; urgency=low + + * Fix Bug 7012 make /config available with init-floppy + + -- Mohit Mehta <mohit@vyatta.com> Wed, 11 May 2011 11:33:15 -0700 + +vyatta-cfg-system (0.19.72) unstable; urgency=low + + * support interactive mode for rest api for install image op mode + commands. + + -- Michael Larson <mike@vyatta.com> Tue, 10 May 2011 14:22:05 -0700 + +vyatta-cfg-system (0.19.71) unstable; urgency=low + + * changes for new commit + * more changes for new commit + + -- An-Cheng Huang <ancheng@vyatta.com> Tue, 10 May 2011 09:33:55 +0800 + vyatta-cfg-system (0.19.70) unstable; urgency=low * Support netxen NIC irq naming convention diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index d9663245..177dee6d 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -193,7 +193,7 @@ then # Do not remove the following call to vyatta-postconfig-bootup.script. # Any boot time workarounds should be put in script below so that they # get preserved for the new image during image upgrade. -/opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script +sudo /opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script EOF sh -c "sed -i -e '/exit 0/d' /etc/rc.local" cat <<EOF >>/etc/rc.local |