summaryrefslogtreecommitdiff
path: root/devel/cvsnt/files/cvslockd.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsnt/files/cvslockd.sh.in')
-rw-r--r--devel/cvsnt/files/cvslockd.sh.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cvsnt/files/cvslockd.sh.in b/devel/cvsnt/files/cvslockd.sh.in
new file mode 100644
index 000000000000..66784c35dc7d
--- /dev/null
+++ b/devel/cvsnt/files/cvslockd.sh.in
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $FreeBSD: /tmp/pcvs/ports/devel/cvsnt/files/Attic/cvslockd.sh.in,v 1.1 2005-04-19 19:03:52 fjoe Exp $
+#
+# PROVIDE: cvslockd
+# REQUIRE: LOGIN
+# KEYWORD: FreeBSD shutdown
+#
+. %%RC_SUBR%%
+
+[ -z "$cvslockd_enable" ] && cvslockd_enable="NO"
+
+name=cvslockd
+rcvar=`set_rcvar`
+command=%%PREFIX%%/bin/${name}
+
+load_rc_config ${name}
+run_rc_command "$1"