Also suggest to not use clear_tmp_enable right now, since it'll nuke

/tmp/.ICE-unix on each boot.
This commit is contained in:
Michael Nottebrock 2004-12-29 21:41:48 +00:00
parent b028b0334d
commit 22c3bee331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125469

View File

@ -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