svn commit: r312733 - in head/sysutils/boxbackup: . files

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 21 21:18:19 UTC 2013


On 2/21/2013 1:14 PM, Chris Rees wrote:
> 
> On 21 Feb 2013 18:56, "Andrew Thompson" <thompsa at freebsd.org
> <mailto:thompsa at freebsd.org>> wrote:
>>
>> XXX Ports RC script present
>> XXX Ports RC script present
>> 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
>  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=175497
>>   Approved by:  bdrewery
>>
>> Modified:
>>   head/sysutils/boxbackup/Makefile
>>   head/sysutils/boxbackup/files/bbackupd.in <http://bbackupd.in>
>>   head/sysutils/boxbackup/files/bbstored.in <http://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 <http://bbackupd.in>
>>
> ==============================================================================
>> --- head/sysutils/boxbackup/files/bbackupd.in <http://bbackupd.in>  
> Thu Feb 21 18:12:58 2013        (r312732)
>> +++ head/sysutils/boxbackup/files/bbackupd.in <http://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"}
> 
> %%ETCDIR%% should be used here.

Woops. I should have caught that.

> 
>>
>> Modified: head/sysutils/boxbackup/files/bbstored.in <http://bbstored.in>
>>
> ==============================================================================
>> --- head/sysutils/boxbackup/files/bbstored.in <http://bbstored.in>  
> Thu Feb 21 18:12:58 2013        (r312732)
>> +++ head/sysutils/boxbackup/files/bbstored.in <http://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"}
> 
> Ditto.
> 
> Chris
> 


-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130221/a7d918b0/attachment.sig>


More information about the svn-ports-head mailing list