Date: Thu, 21 Feb 2013 18:56:13 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312733 - in head/sysutils/boxbackup: . files Message-ID: <201302211856.r1LIuDMM030975@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302211856.r1LIuDMM030975>