diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-02 21:00:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-02 21:00:23 +0000 |
commit | baeadb3438c9448adaf66d26838c5848754417dc (patch) | |
tree | 5c05aed0e0319933d140cc0813abe4f98e71679b /UPDATING | |
parent | e8c067b1e24cc308d7dcf15961094a170458895b (diff) | |
download | ports-baeadb3438c9448adaf66d26838c5848754417dc.tar.gz ports-baeadb3438c9448adaf66d26838c5848754417dc.zip |
Add a note about jabber-pymsn and jabber-pyicq update
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=156938
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060302: + AFFECTS: net-im/jabber-pyicq and net-im/jabber-pymsn + AUTHOR: garga@FreeBSD.org + + Port versions older than 0.7 and 0.11a respectivly run as root which + is an uneeded security risk. Newer versions run as as user jabber, + so before starting the daemons, you should fix permissions for each + spooldir (default: /var/spool/jabber): + + # chown -R jabber:jabber spooldir/Transport_JID + 20060223: AFFECTS: all ports using libtool as part of the build process AUTHOR: ade@FreeBSD.org |