diff options
author | garga <garga@FreeBSD.org> | 2006-03-03 05:00:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-03 05:00:23 +0800 |
commit | 052307ae5643e7e3aa873cb97139548371757f8f (patch) | |
tree | 430cb07fa1e7ef001e6080bfbb926fa33d082b09 | |
parent | 790c84dfd0dd619c6ab2d9df2152e0fca8e7d1f5 (diff) | |
download | freebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.tar.gz freebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.tar.zst freebsd-ports-gnome-052307ae5643e7e3aa873cb97139548371757f8f.zip |
Add a note about jabber-pymsn and jabber-pyicq update
Approved by: portmgr (erwin)
-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 |