summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 07:30:44 +0000
committerjlam <jlam>2001-11-26 07:30:44 +0000
commit3268be98b93e31abc0e83b7651012ccc7e69b256 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /security/cyrus-sasl
parent8b39a72c1fba17e89f234c889c5aaeaf9c7f568c (diff)
downloadpkgsrc-3268be98b93e31abc0e83b7651012ccc7e69b256.tar.gz
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'security/cyrus-sasl')
-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 d8091bd999a..3b983c76147 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.2 2001/11/21 22:22:10 jlam Exp $
+# $NetBSD: sasl_pwcheck.sh,v 1.3 2001/11/26 07:34:05 jlam Exp $
#
# The pwcheck daemon allows UNIX password authentication with Cyrus SASL.
#
@@ -18,7 +18,7 @@ command="@PREFIX@/sbin/pwcheck"
command_args="& sleep 2"
extra_commands="dbinit"
-sasldb=@CONFDIR@/sasldb.db
+sasldb=@PKG_SYSCONFDIR@/sasldb.db
sasl_pwcheck_dbinit()
{