summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-29 19:34:17 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-29 19:34:17 +0000
commit573a68172fe33b5768c53c7e5047fdc0ecc4d2f1 (patch)
tree95fe70da6c35d36fdc01ac9bf1c23f8c0904d6cf /UPDATING
parent1b2bb4d396aa928aace21a0f23a8775d7f7a3ffa (diff)
downloadfreebsd-ports-573a68172fe33b5768c53c7e5047fdc0ecc4d2f1.zip
Replace a 644 -> 755 hack and remove in the UPDATING to a better solution by
using 'exec sh foobar' instead 'exec foobar'. The 644 is need for some users that are using noexec mounted home directory, which the 755 will block them. Bump the PORTREVISION. Bugs tracker: http://tinyurl.com/2lazb6 (sourceforge.net) Obtained from: Fluxbox SVN Submitted by: Mark Tiefenbruck (Fluxbox developer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 0 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index 4f893d1ba6fc..4afd612ec1a3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -39,17 +39,6 @@ upgrades.
containing the OVERRIDE_LINUX_BASE_PORT variable.
20070327:
- AFFECTS: users of x11-wm/fluxbox
- AUTHOR: mezz@FreeBSD.org
-
- In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that has
- caused not possible to start up your Fluxbox if you remove ~/.fluxbox or
- you are a first time user. The solution is to update your Fluxbox to
- 1.0rc3_1 and do this:
-
- chmod 755 ~/.fluxbox/startup
-
-20070327:
AFFECTS: users of lang/tcl-tk-wrapper, lang/tcl*, x11-toolkits/tk*
AUTHOR: martin@matuska.org