summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-18 01:43:41 +0000
committerColin Smith <colin@pfsense.org>2005-04-18 01:43:41 +0000
commitf704d5b0dafa8a1c8e1f65cedf57a8fa40f0623f (patch)
treeb12e6e225d7f09171e1713f1786f5b051de671c8 /etc/rc.firmware
parent89a5f4451fb58791bc46c7c27c043231c7ff3477 (diff)
downloadpfsense-f704d5b0dafa8a1c8e1f65cedf57a8fa40f0623f.zip
pfsense-f704d5b0dafa8a1c8e1f65cedf57a8fa40f0623f.tar.gz
We had three cases doing the same thing :P
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 2b96521..967f5fc 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -128,13 +128,7 @@ pfSenseupgrade)
echo "Done - rebooting system..." | logger -p daemon.info -i -t Upgrade
/sbin/shutdown -r now
;;
-pfSense_firmware)
- binary_update $2
- ;;
-pfSense_base)
- binary_update $2
- ;;
-pfSense_kernel)
+delta_update)
binary_update $2
;;
esac
OpenPOWER on IntegriCloud