diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-21 17:08:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-21 17:08:39 +0000 |
commit | 94e7577412cf172b24a2a1e99a005b707c4d72c9 (patch) | |
tree | 8434821ed66408e75863423ba6a9a9179e481d96 /security/courier-authlib/files | |
parent | ba6bd9e292c58bc876a2b3202e0be5a75bc7af18 (diff) | |
download | pkgsrc-94e7577412cf172b24a2a1e99a005b707c4d72c9.tar.gz |
Fix the authdaemond rc.d script to invoke the correct script to start
the authentication daemon. Fix provided by Inseo Park in private mail.
Also, honor VARBASE. Bump the PKGREVISION to 1.
Diffstat (limited to 'security/courier-authlib/files')
-rw-r--r-- | security/courier-authlib/files/authdaemond.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/files/authdaemond.sh b/security/courier-authlib/files/authdaemond.sh index 2d446d3b6ac..0b4a3d1c953 100644 --- a/security/courier-authlib/files/authdaemond.sh +++ b/security/courier-authlib/files/authdaemond.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: authdaemond.sh,v 1.1.1.1 2005/02/10 03:21:31 jlam Exp $ +# $NetBSD: authdaemond.sh,v 1.2 2005/02/21 17:08:39 jlam Exp $ # # Courier user authentication daemon # @@ -12,7 +12,7 @@ name="authdaemond" rcvar=${name} command="@PREFIX@/sbin/courierlogger" -ctl_command="@PREFIX@/@AUTHLIBEXECDIR@/authdaemond" +ctl_command="@PREFIX@/sbin/authdaemond" pidfile="@AUTHDAEMONVAR@/pid" required_files="@PKG_SYSCONFDIR@/authdaemonrc" |