summaryrefslogtreecommitdiff
path: root/x11/cde-25/files/dtcms25.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/cde-25/files/dtcms25.in')
-rw-r--r--x11/cde-25/files/dtcms25.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/cde-25/files/dtcms25.in b/x11/cde-25/files/dtcms25.in
deleted file mode 100644
index 236823469312..000000000000
--- a/x11/cde-25/files/dtcms25.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: dtcms
-# REQUIRE: rpcbind
-# KEYWORD: shutdown
-
-# Add the following line to /etc/rc.conf to enable dtcms:
-#
-# dtcms_enable=YES
-
-. /etc/rc.subr
-
-name=dtcms
-rcvar=dtcms_enable
-desc="CDE calendar manager service daemon"
-
-load_rc_config $name
-
-: ${dtcms_enable:=NO}
-
-start_precmd="force_depend rpcbind || exit 1"
-pidfile=/var/run/dtcms.pid
-command=/usr/sbin/daemon
-command_args="-P $pidfile %%PREFIX%%/dt25/bin/rpc.cmsd"
-
-run_rc_command $1