From b569598beeeec861a26fc72c96ff5c48d2c803da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 20 Feb 2008 01:51:32 +0000 Subject: [PATCH] * 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 --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc b/etc/rc index 77283d420d..fee1633459 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