diff options
author | thompsa <thompsa@FreeBSD.org> | 2013-02-22 02:56:13 +0800 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2013-02-22 02:56:13 +0800 |
commit | 05d934065aa76a85524dffc8db7566179c305ad6 (patch) | |
tree | 9d83269dd22930552b5ceab030b3766522506b58 /sysutils | |
parent | 08b7a2d1490ca8a1863e78abea8bea84b4b5a59e (diff) | |
download | freebsd-ports-gnome-05d934065aa76a85524dffc8db7566179c305ad6.tar.gz freebsd-ports-gnome-05d934065aa76a85524dffc8db7566179c305ad6.tar.zst freebsd-ports-gnome-05d934065aa76a85524dffc8db7566179c305ad6.zip |
Add missed change in r311807, the rc.d files need to point at the new config
location.
PR: ports/175497
Approved by: bdrewery
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"} |