ports/160618: [maintainer update] sysutils/boxbackup: Fix rc.d scripts
James O'Gorman
james at netinertia.co.uk
Sat Sep 10 11:40:08 UTC 2011
>Number: 160618
>Category: ports
>Synopsis: [maintainer update] sysutils/boxbackup: Fix rc.d scripts
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 10 11:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: James O'Gorman
>Release:
>Organization:
>Environment:
>Description:
The binaries changed location from $PREFIX/bin to $PREFIX/sbin in 0.11 but the rc.d scripts still points at $PREFIX/bin.
Pointy hat to maintainer.
>How-To-Repeat:
>Fix:
--- boxbackup-rc.d.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/boxbackup/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile 31 Aug 2011 19:15:09 -0000 1.19
+++ Makefile 10 Sep 2011 11:30:03 -0000
@@ -7,7 +7,7 @@
PORTNAME= boxbackup
PORTVERSION= 0.11.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= ${CLIENT_OR_SERVER}
Index: files/bbackupd.in
===================================================================
RCS file: /home/ncvs/ports/sysutils/boxbackup/files/bbackupd.in,v
retrieving revision 1.2
diff -u -r1.2 bbackupd.in
--- files/bbackupd.in 31 Aug 2011 19:15:09 -0000 1.2
+++ files/bbackupd.in 10 Sep 2011 11:27:13 -0000
@@ -22,7 +22,7 @@
pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"}
-command="%%PREFIX%%/bin/bbackupd"
+command="%%PREFIX%%/sbin/bbackupd"
extra_commands="reload"
run_rc_command "$1"
Index: files/bbstored.in
===================================================================
RCS file: /home/ncvs/ports/sysutils/boxbackup/files/bbstored.in,v
retrieving revision 1.2
diff -u -r1.2 bbstored.in
--- files/bbstored.in 31 Aug 2011 19:15:09 -0000 1.2
+++ files/bbstored.in 10 Sep 2011 11:27:22 -0000
@@ -22,7 +22,7 @@
pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"}
-command="%%PREFIX%%/bin/bbstored"
+command="%%PREFIX%%/sbin/bbstored"
extra_commands="reload"
run_rc_command "$1"
--- boxbackup-rc.d.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list