summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-03 22:05:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-03 22:05:46 +0000
commit4be98f23dc49791a76f69a941d2a7773e70f8378 (patch)
treee83a6349d901f12e34bfc1be9ce5f43dbad0e4f2
parent2d6ee6d6c13b341b997a37aad0e3d3142abd230a (diff)
downloadpfsense-4be98f23dc49791a76f69a941d2a7773e70f8378.zip
pfsense-4be98f23dc49791a76f69a941d2a7773e70f8378.tar.gz
-e -> -f
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index f725248..dd1ab03 100755
--- a/etc/rc
+++ b/etc/rc
@@ -91,7 +91,7 @@ echo Done.
echo "Executing rc.d items..."
for FILE in /usr/local/etc/rc.d/*.sh; do
- if [ -e $FILE ]; then
+ if [ -f $FILE ]; then
echo -n " Starting ${FILE}..."
sh $FILE >>/tmp/bootup_messages 2>&1
echo "Done."
OpenPOWER on IntegriCloud