summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-06 14:44:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-06 14:44:48 +0000
commitcfc55699a6b039f97fd1d29e7b947c0d1d10db6c (patch)
tree9aa69da0f3997ae64d32e853d391b879ab405220 /etc/rc.shutdown
parent0c48d8454414955108f51c84830f03e70425bc88 (diff)
downloadpfsense-cfc55699a6b039f97fd1d29e7b947c0d1d10db6c.zip
pfsense-cfc55699a6b039f97fd1d29e7b947c0d1d10db6c.tar.gz
Full patch to ifconfig
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index e223114..e1bc020 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -11,7 +11,7 @@ HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
-for ci in `ifconfig | grep "carp[0-999]" | cut -d":" -f1`; do
+for ci in `/sbin/ifconfig | grep "carp[0-999]" | cut -d":" -f1`; do
echo Bringing $ci down ...
/sbin/ifconfig $ci down
/sbin/ifconfig $ci destroy
OpenPOWER on IntegriCloud