1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Mention sysutils/flexbackup now expects the .conf file in the standard place.

PR:             ports/102971
Submitted by:   Marcus von Appen
This commit is contained in:
Ion-Mihai Tetcu 2006-10-10 11:50:40 +00:00
parent 6e1f19d784
commit cd3c86f522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175202

View File

@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each
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