svn commit: r312733 - in head/sysutils/boxbackup: . files
Andrew Thompson
thompsa at FreeBSD.org
Thu Feb 21 18:56:14 UTC 2013
Author: thompsa (src committer)
Date: Thu Feb 21 18:56:13 2013
New Revision: 312733
URL: http://svnweb.freebsd.org/changeset/ports/312733
Log:
Add missed change in r311807, the rc.d files need to point at the new config
location.
PR: ports/175497
Approved by: bdrewery
Modified:
head/sysutils/boxbackup/Makefile
head/sysutils/boxbackup/files/bbackupd.in
head/sysutils/boxbackup/files/bbstored.in
Modified: head/sysutils/boxbackup/Makefile
==============================================================================
--- head/sysutils/boxbackup/Makefile Thu Feb 21 18:12:58 2013 (r312732)
+++ head/sysutils/boxbackup/Makefile Thu Feb 21 18:56:13 2013 (r312733)
@@ -3,7 +3,7 @@
PORTNAME= boxbackup
PORTVERSION= 0.11.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= ${CLIENT_OR_SERVER}
Modified: head/sysutils/boxbackup/files/bbackupd.in
==============================================================================
--- head/sysutils/boxbackup/files/bbackupd.in Thu Feb 21 18:12:58 2013 (r312732)
+++ head/sysutils/boxbackup/files/bbackupd.in Thu Feb 21 18:56:13 2013 (r312733)
@@ -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"}
Modified: head/sysutils/boxbackup/files/bbstored.in
==============================================================================
--- head/sysutils/boxbackup/files/bbstored.in Thu Feb 21 18:12:58 2013 (r312732)
+++ head/sysutils/boxbackup/files/bbstored.in Thu Feb 21 18:56:13 2013 (r312733)
@@ -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"}
More information about the svn-ports-head
mailing list