summaryrefslogtreecommitdiff
path: root/databases/dbXML/files/dbxml.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbXML/files/dbxml.in')
-rw-r--r--databases/dbXML/files/dbxml.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/databases/dbXML/files/dbxml.in b/databases/dbXML/files/dbxml.in
deleted file mode 100644
index 4d3d7bec4b43..000000000000
--- a/databases/dbXML/files/dbxml.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: dbxml
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# dbxml_enable (bool): Set to NO by default.
-# Set it to YES to enable dbxml.
-#
-
-. /etc/rc.subr
-
-name="%%PORTNAME%%"
-rcvar=%%PORTNAME%%_enable
-
-command=%%LOCALBASE%%/bin/dbxmlctl
-pidfile=%%DBXML_HOME%%/config/${name}.pid
-procname=java
-
-load_rc_config ${name}
-
-: ${dbxml_enable="NO"}
-: ${dbxml_user="%%USER%%"}
-
-run_rc_command "$1"