aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-12-30 05:41:48 +0800
committerlofi <lofi@FreeBSD.org>2004-12-30 05:41:48 +0800
commit92a0c74046500f64bf26a40f2ead938fac36291c (patch)
treeb64ce9e4b07616ac05a416a618fabf94242a922b
parentb547f08fd0a8dd6eb0ef0d415e3f4af17ae3b11b (diff)
downloadfreebsd-ports-gnome-92a0c74046500f64bf26a40f2ead938fac36291c.tar.gz
freebsd-ports-gnome-92a0c74046500f64bf26a40f2ead938fac36291c.tar.zst
freebsd-ports-gnome-92a0c74046500f64bf26a40f2ead938fac36291c.zip
Also suggest to not use clear_tmp_enable right now, since it'll nuke
/tmp/.ICE-unix on each boot.
-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