aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/puppet/files/puppetd.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/puppet/files/puppetd.in')
-rw-r--r--sysutils/puppet/files/puppetd.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/puppet/files/puppetd.in b/sysutils/puppet/files/puppetd.in
deleted file mode 100644
index 63d69909a1dc..000000000000
--- a/sysutils/puppet/files/puppetd.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: puppetd
-# REQUIRE: NETWORK
-
-# Add the following lines to /etc/rc.conf to enable puppetd:
-#
-# puppetd_enable="YES"
-
-. /etc/rc.subr
-
-name="puppetd"
-rcvar=`set_rcvar`
-
-command="%%PREFIX%%/sbin/${name}"
-command_interpreter="%%PREFIX%%/bin/ruby18"
-
-load_rc_config "$name"
-: ${puppetd_enable="NO"}
-: ${puppetd_pid="%%PUPPET_RUNDIR%%/${name}.pid"}
-: ${puppetd_flags="--rundir %%PUPPET_RUNDIR%%"}
-pidfile="$puppetd_pid"
-
-run_rc_command "$1"