summaryrefslogtreecommitdiff
path: root/net/ceph-devel/files/ceph.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph-devel/files/ceph.in')
-rw-r--r--net/ceph-devel/files/ceph.in36
1 files changed, 0 insertions, 36 deletions
diff --git a/net/ceph-devel/files/ceph.in b/net/ceph-devel/files/ceph.in
deleted file mode 100644
index ce8f3326a21d..000000000000
--- a/net/ceph-devel/files/ceph.in
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: ceph
-# REQUIRE: LOGIN
-# BEFORE: securelevel
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable `ceph':
-#
-# ceph_enable="YES"
-#
-
-. /etc/rc.subr
-
-PATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin
-
-name="ceph"
-rcvar=${name}_enable
-extra_commands="condrestart"
-
-load_rc_config ${name}
-
-# read configuration and set defaults
-: ${ceph_enable="NO"}
-: ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf}
-
-start_cmd="%%PREFIX%%/bin/init-ceph $*"
-stop_cmd="%%PREFIX%%/bin/init-ceph $*"
-restart_cmd="%%PREFIX%%/bin/init-ceph $*"
-condrestart_cmd="%%PREFIX%%/bin/init-ceph $*"
-
-run_rc_command "$1" "$*"
-