diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-10-10 19:50:40 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-10-10 19:50:40 +0800 |
commit | d77474c3b2e006e6dc71b6786a6ef762fe82c87f (patch) | |
tree | eb5456d703bba1de8772c73740f42eccb2947965 /UPDATING | |
parent | f8b1462ff4c67ec0814efa2cd391139f21259ac6 (diff) | |
download | freebsd-ports-gnome-d77474c3b2e006e6dc71b6786a6ef762fe82c87f.tar.gz freebsd-ports-gnome-d77474c3b2e006e6dc71b6786a6ef762fe82c87f.tar.zst freebsd-ports-gnome-d77474c3b2e006e6dc71b6786a6ef762fe82c87f.zip |
Mention sysutils/flexbackup now expects the .conf file in the standard place.
PR: ports/102971
Submitted by: Marcus von Appen
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ time you update your ports collection, before attempting any port upgrades. 20061010: + AFFECTS: user of sysutils/flexbackup + AUTHOR: Marcus von Appen <mva@sysfault.org> + + The port now respects PREFIX: + Before: + /etc/flexbackup.conf for PREFIX=whatever, WITH_PREFIX_CONF unset + Now: + PREFIX/etc/flexbackup.conf for PREFIX=whatever + +20061010: AFFECTS: users of audio/gtkpod AUTHOR: danfe@FreeBSD.org |