diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2013-02-21 18:56:13 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2013-02-21 18:56:13 +0000 |
commit | 7e435857eb6f2c9cc8d746e1da8411ad318a5e08 (patch) | |
tree | 9d83269dd22930552b5ceab030b3766522506b58 /sysutils | |
parent | - Update to 12.11 (diff) |
Add missed change in r311807, the rc.d files need to point at the new config
location.
PR: ports/175497
Approved by: bdrewery
Notes
Notes:
svn path=/head/; revision=312733
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/boxbackup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/boxbackup/files/bbackupd.in | 2 | ||||
-rw-r--r-- | sysutils/boxbackup/files/bbstored.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index e3baf66bec54..0e754b99041b 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -3,7 +3,7 @@ PORTNAME= boxbackup PORTVERSION= 0.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= ${CLIENT_OR_SERVER} diff --git a/sysutils/boxbackup/files/bbackupd.in b/sysutils/boxbackup/files/bbackupd.in index e74a9df86073..ae7240515f86 100644 --- a/sysutils/boxbackup/files/bbackupd.in +++ b/sysutils/boxbackup/files/bbackupd.in @@ -18,7 +18,7 @@ rcvar=bbackupd_enable load_rc_config $name : ${bbackupd_enable:="NO"} -: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"} +: ${bbackupd_flags:="%%PREFIX%%/etc/boxbackup/bbackupd.conf"} pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"} diff --git a/sysutils/boxbackup/files/bbstored.in b/sysutils/boxbackup/files/bbstored.in index f5163bb165ba..d150cf686b74 100644 --- a/sysutils/boxbackup/files/bbstored.in +++ b/sysutils/boxbackup/files/bbstored.in @@ -18,7 +18,7 @@ rcvar=bbstored_enable load_rc_config $name : ${bbstored_enable:="NO"} -: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"} +: ${bbstored_flags:="%%PREFIX%%/etc/boxbackup/bbstored.conf"} pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"} |