From 7161a29dcfd214749b78e5f32763614736e2fef7 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 1 Sep 2014 12:53:55 +0000 Subject: Remove non staged ports without pending PR from databases --- databases/dbXML/files/dbxml.in | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 databases/dbXML/files/dbxml.in (limited to 'databases/dbXML/files/dbxml.in') 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" -- cgit v1.2.3