diff options
Diffstat (limited to 'mail/gld/files/gld.in')
-rw-r--r-- | mail/gld/files/gld.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/gld/files/gld.in b/mail/gld/files/gld.in deleted file mode 100644 index d61f6fe8ec8f..000000000000 --- a/mail/gld/files/gld.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# was: $ FreeBSD: ports/mail/gld/files/gld.sh.tmpl,v 1.2 2004/09/01 08:06:24 vs Exp $ -# - -# PROVIDE: gld -# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% -# BEFORE: mail postfix -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf[.local] to enable gld: -# -# gld_enable="YES" -# - -. /etc/rc.subr - -name=gld -rcvar=gld_enable - -load_rc_config $name - -: ${gld_enable-"NO"} - -command=%%PREFIX%%/sbin/gld -required_files=%%PREFIX%%/etc/gld.conf - -run_rc_command "$1" |