summaryrefslogtreecommitdiff
path: root/mail/gld
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-09-01 08:06:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-09-01 08:06:24 +0000
commit612a618917db2143e3be081dc808d89867486b45 (patch)
tree68fcb1423985f1a026503403f9b7ba82d2e06ddc /mail/gld
parentAdd knob to control where dvd device is (diff)
Fix the gld startup script. Some references to amavisd (from which the
script has been copied) have been left in by accident. PR: ports/71194 Submitted by: Blaz Zupan (maintainer)
Notes
Notes: svn path=/head/; revision=117810
Diffstat (limited to 'mail/gld')
-rw-r--r--mail/gld/Makefile1
-rw-r--r--mail/gld/files/gld.sh.tmpl4
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile
index 9da228c984cf..c307563ebb86 100644
--- a/mail/gld/Makefile
+++ b/mail/gld/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gld
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.gasmi.net/down/
EXTRACT_SUFX= .tgz
diff --git a/mail/gld/files/gld.sh.tmpl b/mail/gld/files/gld.sh.tmpl
index a21aa5342b0b..30e51ef9a50d 100644
--- a/mail/gld/files/gld.sh.tmpl
+++ b/mail/gld/files/gld.sh.tmpl
@@ -9,7 +9,7 @@
# KEYWORD: FreeBSD shutdown
#
-# Add the following lines to /etc/rc.conf to enable amavisd:
+# Add the following lines to /etc/rc.conf to enable gld:
#
#gld_enable="YES"
#
@@ -25,7 +25,7 @@ required_files=%%PREFIX%%/etc/gld.conf
# set defaults
-gld_enable=${amavisd_enable:-"NO"}
+gld_enable=${gld_enable:-"NO"}
load_rc_config $name
run_rc_command "$1"