From dd65474f37c2c5db67292b169bb8ffd03cfc729b Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 6 Feb 2013 21:56:48 +0000 Subject: - Fix rc scripts looking for their commands in the wrong place, broken since r280414 - Trim header PR: ports/175497 Reported by: thompsa@ Approved by: James O'Gorman (maintainer) --- sysutils/boxbackup/Makefile | 8 ++------ sysutils/boxbackup/files/bbackupd.in | 2 +- sysutils/boxbackup/files/bbstored.in | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) (limited to 'sysutils/boxbackup') diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index e9145da9dba1..0d9797f5b339 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: boxbackup -# Date created: 19 December 2004 -# Whom: James O'Gorman -# +# Created by: James O'Gorman # $FreeBSD$ -# PORTNAME= boxbackup PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= ${CLIENT_OR_SERVER} diff --git a/sysutils/boxbackup/files/bbackupd.in b/sysutils/boxbackup/files/bbackupd.in index dcb2c7dc7f66..e74a9df86073 100644 --- a/sysutils/boxbackup/files/bbackupd.in +++ b/sysutils/boxbackup/files/bbackupd.in @@ -22,7 +22,7 @@ load_rc_config $name pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"} -command="%%PREFIX%%/bin/bbackupd" +command="%%PREFIX%%/sbin/bbackupd" extra_commands="reload" run_rc_command "$1" diff --git a/sysutils/boxbackup/files/bbstored.in b/sysutils/boxbackup/files/bbstored.in index b77ca0e9c59d..f5163bb165ba 100644 --- a/sysutils/boxbackup/files/bbstored.in +++ b/sysutils/boxbackup/files/bbstored.in @@ -22,7 +22,7 @@ load_rc_config $name pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"} -command="%%PREFIX%%/bin/bbstored" +command="%%PREFIX%%/sbin/bbstored" extra_commands="reload" run_rc_command "$1" -- cgit v1.2.3