aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-04-25 14:59:48 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-04-25 14:59:48 +0000
commit6801986d19ca69fc2f5eb3e68116f97aeb2c8b8c (patch)
treeb80f0f042ad7bf71f0a38265896ba3e81bc84ac8
parenta9455853969808b5fc881da51e0b874001819ec1 (diff)
downloadports-6801986d19ca69fc2f5eb3e68116f97aeb2c8b8c.tar.gz
ports-6801986d19ca69fc2f5eb3e68116f97aeb2c8b8c.zip
Fix typo in saslauthd startup script.
Reported by: Thomas Abthorpe <thomas@stthomasanglican.org> Guido Berhoerster <ich@guido-berhoerster.org> Approved by: marcus (portmgr)
Notes
Notes: svn path=/head/; revision=107809
-rw-r--r--security/cyrus-sasl/Makefile2
-rw-r--r--security/cyrus-sasl/files/saslauthd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 73e8dfe8481a..f1018ed67f59 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cyrus-sasl
PORTVERSION= 1.5.28
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security ipv6
MAINTAINER= ports@FreeBSD.org
diff --git a/security/cyrus-sasl/files/saslauthd.sh b/security/cyrus-sasl/files/saslauthd.sh
index b2a192137131..dcdfe97a5202 100644
--- a/security/cyrus-sasl/files/saslauthd.sh
+++ b/security/cyrus-sasl/files/saslauthd.sh
@@ -19,7 +19,7 @@ prefix=%%PREFIX%%
# DO NOT CHANGE THE DEFAULT VALUES HERE
saslauthd1_enable=${saslauthd1_enable:-"%%ENABLE_SASLAUTHD%%"}
-saslauthd1_flags=${saslauthd1_flags:-"-a pam}
+saslauthd1_flags=${saslauthd1_flags:-"-a pam"}
. %%RC_SUBR%%