summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/files/sasl_pwcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl/files/sasl_pwcheck.sh')
-rw-r--r--security/cyrus-sasl/files/sasl_pwcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/files/sasl_pwcheck.sh b/security/cyrus-sasl/files/sasl_pwcheck.sh
index 3b983c76147..b50636f2d38 100644
--- a/security/cyrus-sasl/files/sasl_pwcheck.sh
+++ b/security/cyrus-sasl/files/sasl_pwcheck.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: sasl_pwcheck.sh,v 1.3 2001/11/26 07:34:05 jlam Exp $
+# $NetBSD: sasl_pwcheck.sh,v 1.4 2001/11/26 20:38:32 jlam Exp $
#
# The pwcheck daemon allows UNIX password authentication with Cyrus SASL.
#
@@ -32,7 +32,7 @@ sasl_pwcheck_dbinit()
else
@ECHO@ password | ${saslpasswd} -p user
${saslpasswd} -d user
- @CHOWN@ @PKG_USER@ ${sasldb}
+ @CHOWN@ @CYRUS_USER@ ${sasldb}
@CHMOD@ 0600 ${sasldb}
fi
)