diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-05-12 13:58:15 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-05-12 13:58:15 -0700 |
commit | 0a59c2f58a44f1caf4304429ace5d2d76d8867b8 (patch) | |
tree | 1675b4cd514059ed799780784677d0c02d478b8c /debian/vyatta-cfg-system.postinst.in | |
parent | a00c48447392f8ce7902b6c2f99269cf56340eea (diff) | |
parent | f7c81d376f3f781171f088c9c5734f2e4a80a9b9 (diff) | |
download | vyatta-cfg-quagga-0a59c2f58a44f1caf4304429ace5d2d76d8867b8.tar.gz vyatta-cfg-quagga-0a59c2f58a44f1caf4304429ace5d2d76d8867b8.zip |
Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |