summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.reboot
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-12-29 12:13:46 -0200
committerRenato Botelho <renato@netgate.com>2016-12-29 12:13:46 -0200
commit016a0b252eaa4dcbc6c09142393b3d1e16f49908 (patch)
treeaa73425afe6857bbe2fa2b204f506fa4d745fda2 /src/etc/rc.reboot
parentb9e0e4206d3e06addef82e6cd69bf591170409f9 (diff)
downloadpfsense-016a0b252eaa4dcbc6c09142393b3d1e16f49908.zip
pfsense-016a0b252eaa4dcbc6c09142393b3d1e16f49908.tar.gz
Remove old hacks used to upgrade from 2.1 to 2.2
Diffstat (limited to 'src/etc/rc.reboot')
-rwxr-xr-xsrc/etc/rc.reboot4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/rc.reboot b/src/etc/rc.reboot
index f795dec..5acf81a 100755
--- a/src/etc/rc.reboot
+++ b/src/etc/rc.reboot
@@ -44,8 +44,4 @@ fi
sleep 1
SHUTDOWN=/sbin/shutdown
-if [ -f /sbin/shutdown.old ]; then
- SHUTDOWN=/sbin/shutdown.old
-fi
-
$SHUTDOWN -r now
OpenPOWER on IntegriCloud