summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files/bbackupd.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/boxbackup-devel/files/bbackupd.in
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/boxbackup-devel/files/bbackupd.in')
-rw-r--r--sysutils/boxbackup-devel/files/bbackupd.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/boxbackup-devel/files/bbackupd.in b/sysutils/boxbackup-devel/files/bbackupd.in
deleted file mode 100644
index e74a9df86073..000000000000
--- a/sysutils/boxbackup-devel/files/bbackupd.in
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: bbackupd
-# REQUIRE: NETWORKING
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf to enable bbackupd:
-#
-# bbackupd_enable="YES"
-
-. /etc/rc.subr
-
-name="bbackupd"
-rcvar=bbackupd_enable
-
-load_rc_config $name
-
-: ${bbackupd_enable:="NO"}
-: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"}
-
-pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"}
-
-command="%%PREFIX%%/sbin/bbackupd"
-extra_commands="reload"
-
-run_rc_command "$1"