mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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)
This commit is contained in:
parent
0fbecf08cc
commit
612a618917
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117810
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gld
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.gasmi.net/down/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user