diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-30 03:34:17 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-30 03:34:17 +0800 |
commit | 038751df6189a493b9bdff36a572e00e08f3ce36 (patch) | |
tree | fbf7065359316e289e8c547f08c176bf3262e15f /UPDATING | |
parent | c8f14a8ad6cfa34fd6067edd9c1fa2b6fa54eeee (diff) | |
download | freebsd-ports-gnome-038751df6189a493b9bdff36a572e00e08f3ce36.tar.gz freebsd-ports-gnome-038751df6189a493b9bdff36a572e00e08f3ce36.tar.zst freebsd-ports-gnome-038751df6189a493b9bdff36a572e00e08f3ce36.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-- | UPDATING | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |