summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-20 20:49:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-20 20:49:44 +0000
commit925e23bf574b6ae836d8bfb94c49a05b6d9b498e (patch)
treedfe43549aae0daad51638ebde5e035b62eeb0876 /etc/rc
parent0886e3f541d1f8e020b44bdde15d50cc056b79bf (diff)
downloadpfsense-925e23bf574b6ae836d8bfb94c49a05b6d9b498e.zip
pfsense-925e23bf574b6ae836d8bfb94c49a05b6d9b498e.tar.gz
Ensure /tmp/ is writable
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index fee1633..b4275de 100755
--- a/etc/rc
+++ b/etc/rc
@@ -271,8 +271,8 @@ nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status &
# Start ping handler for every 240 seconds
minicron 240 /var/run/ping_hosts.pid /etc/ping_hosts.sh
-chmod ug+rw /tmp/.
-chmod ug+rw /tmp/last_term_seen
+chmod a+rw /tmp/.
+chmod a+rw /tmp/last_term_seen
echo "Bootup complete"
OpenPOWER on IntegriCloud