mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* 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
This commit is contained in:
parent
a775273760
commit
b569598bee
3
etc/rc
3
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user