summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-03 14:28:28 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-03 14:28:28 -0400
commita32c7a23294257e5e23ab9417292905098f48850 (patch)
treebcbbd1edefe540672f62a4d39eccc075bda2e0f1 /etc/rc.initial
parent5f8e5e1460ba685c6f6ca95b37dde614aae20299 (diff)
downloadpfsense-a32c7a23294257e5e23ab9417292905098f48850.zip
pfsense-a32c7a23294257e5e23ab9417292905098f48850.tar.gz
Fix copy and pasto
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index e6c5de2..792f710 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -24,7 +24,7 @@ if [ -f "/tmp/donotbootup" ]; then
fi
if [ -f /etc/rc.local ]; then
- RCLOCALPWD=`ps awux | grep sendmail | grep -v grep | awk '{ print $2 }'`
+ RCLOCALPWD=`ps awux | grep rc.local | grep -v grep | awk '{ print $2 }'`
if [ "$RCLOCALPWD" = "" ]; then
echo ">>> Launching rc.local in background..."
sh /etc/rc.local &
OpenPOWER on IntegriCloud