summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-30 17:17:30 +0000
committerErmal <eri@pfsense.org>2010-11-30 17:17:30 +0000
commit416e6432ebe24e6544029b610cad21c774c011bc (patch)
treebe6071c77b7dbe352ad89a1be09794be80c1f7c1 /etc/rc
parentb0cf10bff2c0be8beb6ba548ab8d0eeaa1ca3c4d (diff)
downloadpfsense-416e6432ebe24e6544029b610cad21c774c011bc.zip
pfsense-416e6432ebe24e6544029b610cad21c774c011bc.tar.gz
Use fullpath
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index 55c12ba..b8ced8b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -332,11 +332,11 @@ echo "done."
if [ `/bin/ls -la /etc/gettytab | /usr/bin/awk '{ print $5'}` -lt 512 ]; then
echo ">>> Restoring /etc/gettytab due to unusal size"
echo ">>> Restoring /etc/gettytab due to unusal size" | /usr/bin/logger
- cp /etc/gettytab.bak /etc/gettytab
+ /bin/cp /etc/gettytab.bak /etc/gettytab
fi
# Recreate capabilities DB
-cap_mkdb /etc/login.conf
+/usr/bin/cap_mkdb /etc/login.conf
# Run the php.ini setup file and populate
# /usr/local/etc/php.ini and /usr/local/lib/php.ini
@@ -394,12 +394,12 @@ echo "done."
/bin/chmod a+rw /tmp/.
echo "Bootup complete"
-rm $varrunpath/booting
+/bin/rm $varrunpath/booting
/usr/local/bin/beep.sh start 2>&1 >/dev/null
# Reset the cache. read-only requires this.
-rm /tmp/config.cache
+/bin/rm /tmp/config.cache
/etc/rc.conf_mount_ro
OpenPOWER on IntegriCloud