summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-13 21:04:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-13 21:04:11 +0000
commit5813dd60bf0985aebbfea590375fe16438070326 (patch)
tree9273a1f00930460e599eeed73a96ad0073609124 /etc/rc.initial
parente14c862a6162be2ebb5e98377006866b973c407d (diff)
downloadpfsense-5813dd60bf0985aebbfea590375fe16438070326.zip
pfsense-5813dd60bf0985aebbfea590375fe16438070326.tar.gz
Allow new terminals to update last_term_seen even if they are not root.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 4c1ef9a..31e72db 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -45,6 +45,7 @@ WORD="https"
# so we can attempt to track down the
# rc.initial respawn issues.
echo `tty` > /tmp/last_term_seen
+chmod a+rw /tmp/last_term_seen
# Set our operating platform
PLATFORM=`cat /etc/platform`
OpenPOWER on IntegriCloud