summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-15 17:54:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-15 17:54:07 +0000
commit5c2c817addca3508afa471155c568152c910b85b (patch)
tree0d038f34c1a89a9f0d1128c17ff10b37950617ce /etc/rc.shutdown
parentc071aadec43617a77d2fae2bcccbb7814ff2c0ee (diff)
downloadpfsense-5c2c817addca3508afa471155c568152c910b85b.zip
pfsense-5c2c817addca3508afa471155c568152c910b85b.tar.gz
Shut off pfsync on shutdown with same freebsd command: /sbin/ifconfig pfsync0 -syncdev down
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index dd24dae..cf7a495 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -8,6 +8,8 @@ echo
echo "pfSense is now shutting down ..."
echo
+/sbin/ifconfig pfsync0 -syncdev down
+
stty status '^T'
# Set shell to ignore SIGINT (2), but not children;
OpenPOWER on IntegriCloud