diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-27 13:09:37 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-27 13:09:37 +0000 |
commit | d4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6 (patch) | |
tree | 0d1539bdd58f6e1d15ec0acff8cf93cbb82d4415 /UPDATING | |
parent | f2090d7c3223f50056cab15bedc11340926a0a26 (diff) | |
download | freebsd-ports-d4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6.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 |