summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-20 01:51:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-20 01:51:32 +0000
commitb569598beeeec861a26fc72c96ff5c48d2c803da (patch)
tree86c59636f881a8117c1224e3976bd243a719ccd2 /etc
parenta775273760c921ec3112b3c8e590e2832dd3e124 (diff)
downloadpfsense-b569598beeeec861a26fc72c96ff5c48d2c803da.zip
pfsense-b569598beeeec861a26fc72c96ff5c48d2c803da.tar.gz
* Change /tmp/ to ug+rw to match a normal FreeBSD box for multi-user
* Add missing ping_hosts.sh code from RELENG_1 to HEAD
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 77283d4..fee1633 100755
--- a/etc/rc
+++ b/etc/rc
@@ -271,6 +271,9 @@ 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
+
echo "Bootup complete"
/usr/local/bin/beep.sh start 2>&1 >/dev/null
OpenPOWER on IntegriCloud