diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 20:49:44 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 20:49:44 +0000 |
commit | 925e23bf574b6ae836d8bfb94c49a05b6d9b498e (patch) | |
tree | dfe43549aae0daad51638ebde5e035b62eeb0876 /etc/rc | |
parent | 0886e3f541d1f8e020b44bdde15d50cc056b79bf (diff) | |
download | pfsense-925e23bf574b6ae836d8bfb94c49a05b6d9b498e.zip pfsense-925e23bf574b6ae836d8bfb94c49a05b6d9b498e.tar.gz |
Ensure /tmp/ is writable
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |