diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 21:09:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 21:09:37 +0800 |
commit | 6ceeeafc02f8067730b502ad625ae5292ad7a2cf (patch) | |
tree | 65e5bd566117c1e181d90a67c54f350c68f116d7 /UPDATING | |
parent | 9056f271b70a67c46e52a37246c11e5b265b1281 (diff) | |
download | freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.tar.gz freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.tar.zst freebsd-ports-gnome-6ceeeafc02f8067730b502ad625ae5292ad7a2cf.zip |
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. Add a hack to get it back to 755 and explain
the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'.
Reported by: infofarmer
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -7,6 +7,17 @@ time you update your ports collection, before attempting any port upgrades. 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 @@ -15,7 +26,6 @@ upgrades. option to install the wrapper - the wrapper ports require a Tcl/Tk instead. The new configuration files in local etc are named: tclsh.conf wish.conf - 20070327: AFFECTS: users of devel/py-sip and x11-toolkits/py-qt AUTHOR: miwi@FreeBSD.org |