diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-10-20 22:05:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-10-20 22:05:21 +0000 |
commit | 72573fbd58fb3d9d223db634481175f3ae21fcb4 (patch) | |
tree | 030846de05befe914bc570eb8a5d32211fc6afde /sysutils/checkpassword-pam/Makefile | |
parent | efed557fb80e87659491410a4706c9c78b8a8e61 (diff) | |
download | pkgsrc-72573fbd58fb3d9d223db634481175f3ae21fcb4.tar.gz |
Update to 0.99. From the changelog:
Set PAM_RHOST to value of TCPREMOTEIP, which is set by
tcpserver. Thanks to dean gaudet.
Use service name in syslog instead of hard-coded
'checkpassword-pam' value. Thanks to dean gaudet.
New command-line option -H/--no-chdir-home: do not chdir to
user home directory. Useful in a specific case when home
directories are automounted, but mail is being delivered to a
central location. Thanks to Christian Hudon.
Updated to Autoconf 2.59 and Automake 1.7.9.
Diffstat (limited to 'sysutils/checkpassword-pam/Makefile')
-rw-r--r-- | sysutils/checkpassword-pam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/checkpassword-pam/Makefile b/sysutils/checkpassword-pam/Makefile index 6beb71eab8b..556dab84286 100644 --- a/sysutils/checkpassword-pam/Makefile +++ b/sysutils/checkpassword-pam/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/12 09:22:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/20 22:05:21 schmonz Exp $ # -DISTNAME= checkpassword-pam-0.98 +DISTNAME= checkpassword-pam-0.99 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=checkpasswd-pam/} |