aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-03-27 13:09:37 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-03-27 13:09:37 +0000
commitd4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6 (patch)
tree0d1539bdd58f6e1d15ec0acff8cf93cbb82d4415 /UPDATING
parentf2090d7c3223f50056cab15bedc11340926a0a26 (diff)
downloadports-d4b894416dcb648fa5ae1ae0ae1f4e1ec35cc1f6.tar.gz
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
Notes
Notes: svn path=/head/; revision=188545
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 93a869870667..ca2e534f3181 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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