View | Details | Raw Unified | Return to bug 83988
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	amavisd-new
9
PORTNAME=	amavisd-new
10
PORTVERSION=	2.3.2
10
PORTVERSION=	2.3.2
11
PORTREVISION=	1
11
PORTREVISION=	2
12
PORTEPOCH=	1
12
PORTEPOCH=	1
13
CATEGORIES=	security
13
CATEGORIES=	security
14
MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
14
MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
(-)files/amavisd.sh.in (-1 / +1 lines)
Lines 33-39 Link Here
33
# set defaults
33
# set defaults
34
34
35
amavisd_enable=${amavisd_enable:-"NO"}
35
amavisd_enable=${amavisd_enable:-"NO"}
36
amavisd_flags=${amavisd_flags:-"-u %%AMAVISUSER%%"}
36
amavisd_flags=${amavisd_flags-"-u %%AMAVISUSER%%"}
37
37
38
load_rc_config $name
38
load_rc_config $name
39
run_rc_command "$1"
39
run_rc_command "$1"

Return to bug 83988