aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-12-29 21:41:48 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-12-29 21:41:48 +0000
commit22c3bee3311470ed549998b23fb6d5026099ab80 (patch)
tree2a55c59fecc70fca3e63cfb02e7dd94116768e2f /UPDATING
parentb028b0334d5c0a978e0fd6a4827652c31ef00372 (diff)
downloadports-22c3bee3311470ed549998b23fb6d5026099ab80.tar.gz
ports-22c3bee3311470ed549998b23fb6d5026099ab80.zip
Also suggest to not use clear_tmp_enable right now, since it'll nuke
/tmp/.ICE-unix on each boot.
Notes
Notes: svn path=/head/; revision=125469
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b0b925224eea..a9af96c7c147 100644
--- a/UPDATING
+++ b/UPDATING
@@ -19,6 +19,10 @@ upgrades.
mkdir -p /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix &&
chown root:wheel /tmp/.ICE-unix
+ Also, make sure you do NOT have clear_tmp_enable="YES" set in /etc/rc.conf,
+ as it will remove the directory on every reboot and applications will re-
+ create it with the wrong ownership.
+
20041227:
AFFECTS: users of lang/gambas
AUTHOR: thierry@FreeBSD.org