diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
commit | 6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /security | |
parent | 62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff) | |
download | pkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/files/sasl_pwcheck.sh | 4 | ||||
-rw-r--r-- | security/pks/files/pksd.sh | 4 |
2 files changed, 4 insertions, 4 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() { diff --git a/security/pks/files/pksd.sh b/security/pks/files/pksd.sh index e929c037780..f584ab0708d 100644 --- a/security/pks/files/pksd.sh +++ b/security/pks/files/pksd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: pksd.sh,v 1.4 2001/11/21 21:38:54 jlam Exp $ +# $NetBSD: pksd.sh,v 1.5 2001/11/26 07:34:06 jlam Exp $ # # PROVIDE: pksd # REQUIRE: DAEMON @@ -18,7 +18,7 @@ run_command="@PREFIX@/bin/pks-queue-run.sh" ctl_command="@PREFIX@/bin/pksdctl" client_command="@PREFIX@/bin/pksclient" -conf_file="@CONFDIR@/${name}.conf" +conf_file="@PKG_SYSCONFDIR@/${name}.conf" required_files="${conf_file}" extra_commands="dbinit" |