aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2009-08-13 06:20:19 +0800
committerolgeni <olgeni@FreeBSD.org>2009-08-13 06:20:19 +0800
commitd04972bdad1ab9452c4ea9404bf4711183fe181b (patch)
treed6b4dddc4d014d0e4da2d907384e024d95229c1f /mail
parent804be9c06ddbd71054f57ff8ae8d3854def137e2 (diff)
downloadfreebsd-ports-gnome-d04972bdad1ab9452c4ea9404bf4711183fe181b.tar.gz
freebsd-ports-gnome-d04972bdad1ab9452c4ea9404bf4711183fe181b.tar.zst
freebsd-ports-gnome-d04972bdad1ab9452c4ea9404bf4711183fe181b.zip
Switch back to using assp_flags and fix the man page instructions.
Obtained from: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/assp/Makefile2
-rw-r--r--mail/assp/files/assp.8.in4
-rw-r--r--mail/assp/files/assp.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index f556849f61f2..c01d837a8cd5 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= assp
PORTVERSION= 1.5.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SF
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
diff --git a/mail/assp/files/assp.8.in b/mail/assp/files/assp.8.in
index d90f8956dbee..dfbfc3bdb8e8 100644
--- a/mail/assp/files/assp.8.in
+++ b/mail/assp/files/assp.8.in
@@ -241,9 +241,9 @@ to control the behavior.
set to
.I "YES"
to start ASSP at boot time
-.IP assp_args
+.IP assp_flags
passed to the ASSP client, default is
-.I assp_args="%%ASSP_HOME%%"
+.I assp_flags="%%ASSP_HOME%%"
.IP assp_logexpire
used by nightly script to expire logs, default is
.I assp_logexpire="45"
diff --git a/mail/assp/files/assp.in b/mail/assp/files/assp.in
index 331a4657d3b8..bc5f119715d1 100644
--- a/mail/assp/files/assp.in
+++ b/mail/assp/files/assp.in
@@ -18,6 +18,6 @@ pidfile=%%ASSP_HOME%%/pid
load_rc_config $name
: ${assp_enable="NO"}
-: ${assp_args="%%ASSP_HOME%%"}
+: ${assp_flags="%%ASSP_HOME%%"}
run_rc_command "$1"