diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-02-07 00:22:55 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-02-07 00:22:55 +0000 |
commit | a6ba17e7b801bb73f399a7cfcde34a3847b0fd9c (patch) | |
tree | a26aefaa4c9d7e86b9625220cc9f57a8eccddf19 /UPDATING | |
parent | 0bf5d9e0315cb5fdac1024ceaa29af0aa00f2cc2 (diff) | |
download | ports-a6ba17e7b801bb73f399a7cfcde34a3847b0fd9c.tar.gz ports-a6ba17e7b801bb73f399a7cfcde34a3847b0fd9c.zip |
- Always use /var/run/bbackupd.pid for the server pidfile
- The default configuration directory has moved from
/usr/local/etc/box to /usr/local/etc/boxbackup
PR: ports/175497
Submitted by: thompsa@
Approved by: James O'Gorman <james@netinertia.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=311807
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. 20130206: + AFFECTS: users of sysutils/boxbackup + AUTHOR: bdrewery@FreeBSD.org + + The default location of the configuration files changed from + /usr/local/etc/box to /usr/local/etc/boxbackup. Move your + configuration after upgrading: + + mv /usr/local/etc/box /usr/local/etc/boxbackup + +20130206: AFFECTS: users of x11/wbar AUTHOR: nivit@FreeBSD.org |