From owner-svn-ports-head@FreeBSD.ORG Thu Feb 21 18:56:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C4ADA2A; Thu, 21 Feb 2013 18:56:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 099DD160; Thu, 21 Feb 2013 18:56:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LIuDsW030978; Thu, 21 Feb 2013 18:56:13 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LIuDMM030975; Thu, 21 Feb 2013 18:56:13 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201302211856.r1LIuDMM030975@svn.freebsd.org> From: Andrew Thompson Date: Thu, 21 Feb 2013 18:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312733 - in head/sysutils/boxbackup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 18:56:14 -0000 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"}