diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-07-23 15:47:19 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-07-23 15:47:19 -0700 |
commit | 894b2b4744aa3e091bcbe0a883e3e0f6715fb11d (patch) | |
tree | a7b66ef6061e36baee8154cf9afbf79d74c22ace /etc | |
parent | 86c4b36e8d2e610a5d0286a6c2c9b95314c1e80f (diff) | |
download | vyatta-cfg-894b2b4744aa3e091bcbe0a883e3e0f6715fb11d.tar.gz vyatta-cfg-894b2b4744aa3e091bcbe0a883e3e0f6715fb11d.zip |
Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-ofr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 92acf45..8ff02ab 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -119,11 +119,6 @@ start () load_bootfile chmod g-w,o-w / - ( [ -s /boot/grub/menu.lst ] && - upgrade-from-grub-legacy && - rm -f /boot/grub/menu.lst* - ) || true - log_end_msg $? } |