summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 01:15:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 01:15:33 +0000
commit73c2749ca8ef27539cf670c360c99be3c575abbc (patch)
tree57e2a428e72b33071e257f39fa1d9d2ed08a7dfe /etc/rc.shutdown
parentf6661aed442fc2cde87ad77fe965893d294ab958 (diff)
downloadpfsense-73c2749ca8ef27539cf670c360c99be3c575abbc.zip
pfsense-73c2749ca8ef27539cf670c360c99be3c575abbc.tar.gz
Do not bring down carp interfaces one by one, let the normal shutdown procedure handle
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 4cf3251..dd24dae 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -17,13 +17,3 @@ HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
-CARPINTS=`/sbin/ifconfig | grep "carp[0-999]" | cut -d":" -f1`
-for ci in `/sbin/ifconfig | grep "carp[0-999]" | cut -d":" -f1`; do
- /sbin/ifconfig $ci down
- /sbin/ifconfig $ci destroy
-done
-
-# Call sshd and alert we're shutting down so it can sync
-/etc/sshd stop
-echo
-echo \ No newline at end of file
OpenPOWER on IntegriCloud