summaryrefslogtreecommitdiff
path: root/mail/exilog/files/exilog.sh.in
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
commit9aac569eaa031e27191a3f4165b389a17f467ad2 (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /mail/exilog/files/exilog.sh.in
parentWhen installing in the base, USE_RCORDER does the right thing without (diff)
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'mail/exilog/files/exilog.sh.in')
-rw-r--r--mail/exilog/files/exilog.sh.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/exilog/files/exilog.sh.in b/mail/exilog/files/exilog.sh.in
deleted file mode 100644
index 887be6cbdce8..000000000000
--- a/mail/exilog/files/exilog.sh.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: exilog
-# REQUIRE: %%SERVER%%
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf to enable exilog agent:
-#
-#exilog_enable="YES"
-#
-# also uncomment 'use_pretty_names' => 'no' in exilog.conf file
-
-. /etc/rc.subr
-
-name=exilog
-rcvar=exilog_enable
-
-command=%%PREFIX%%/sbin/exilog_agent.pl
-pidfile=/var/run/exilog.pid
-required_files=%%PREFIX%%/etc/exilog.conf
-command_interpreter=/usr/bin/perl
-
-# read settings, set default values
-load_rc_config $name
-: ${exilog_enable="NO"}
-
-run_rc_command "$1"