summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-07-29 13:59:59 -0400
committerjim-p <jimp@pfsense.org>2010-07-29 14:03:19 -0400
commitbf07217998ed65da6f9aea2d1a2db2f078202731 (patch)
treea357255daee4116d393f9bcf9dec1aef2067c186 /etc/rc.firmware
parent439b0e26bc443b208f5112d348a4621bab25e14e (diff)
downloadpfsense-bf07217998ed65da6f9aea2d1a2db2f078202731.zip
pfsense-bf07217998ed65da6f9aea2d1a2db2f078202731.tar.gz
Save the old shutdown binary in an attempt to smooth a firmware upgrade that crosses to/from 32/64-bit.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index f752335..036c340 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -83,6 +83,8 @@ binary_update() {
ERR_F="/tmp/bdiff.log"
rm ${ERR_F} 2>/dev/null
/bin/mkdir /tmp/patched /tmp/patches 2>>${ERR_F}
+ # Save the old shutdown binary. If we switch from i386 to amd64 (or back) the reboot binary won't run at the end since it doesn't match up.
+ /bin/cp /sbin/shutdown /sbin/shutdown.old
backup_chflags
remove_chflags
cd /tmp/patches
OpenPOWER on IntegriCloud