diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-15 13:27:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-15 13:27:30 +0000 |
commit | ea42e87bab0ad8cf32c20f267005fec1ec2ab5f7 (patch) | |
tree | d386881b6be0cbe96d36938e3e1ee3708d675da7 /mail/exilog/files/exilog.sh | |
parent | Bump port revision after the last fix for apache2 (diff) |
- Fix PostgreSQL support
- Pet portlint
- Unquote BROKEN message
- Use modern USE_RC_SUBR style
PR: ports/97213
Submitted by: maintainer
Diffstat (limited to 'mail/exilog/files/exilog.sh')
-rw-r--r-- | mail/exilog/files/exilog.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/exilog/files/exilog.sh b/mail/exilog/files/exilog.sh deleted file mode 100644 index 2e35be60ad15..000000000000 --- a/mail/exilog/files/exilog.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# 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 - -. %%RC_SUBR%% - -name=exilog -rcvar=`set_rcvar` - -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" |