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

Chris Rees utisoft at gmail.com
Thu Feb 21 19:38:51 UTC 2013


On 21 February 2013 19:14, Chris Rees <utisoft at gmail.com> wrote:
>
> On 21 Feb 2013 18:56, "Andrew Thompson" <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
>>   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"}
>
> %%ETCDIR%% should be used here.
>
>>
>> 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"}
>
> Ditto.

Actually don't worry, I'm sending a PR with some additional fixes.

Chris


More information about the svn-ports-head mailing list