17018c8489
incompatible changes to libpam.so; prior versions were buggy so upgrading is highly recommended. Pkgsrc changes from version 0.72 include: * Honor ${PKG_SYSCONFDIR}: the config files are now found in /etc/pam.conf and /etc/pam/*.conf, or in the appropriate ${PKG_SYSCONFBASE} directory. * Convert to use the general INSTALL/DEINSTALL scripts. Changes from version 0.72 include: * bug fixes to almost every PAM module * pam_pwdb replaced with pam_unix * fixed a small security hole (more of a user confusion issue) with the unix and pwdb password helper binaries. * improved handling of the setcred/close_session and update chauthtok stack. *Warning* This is a backwardly incompatible change, but 'more sane' than before. (Bug 129775 - agmorgan) * added support for '/' symbols in pam_time and pam_group config files (support for modern terminal devices). Fixed infinite loop problem with '\\[^\n]' in these files. * added accessconf=<filename> feature to pam_access
13 lines
484 B
Text
13 lines
484 B
Text
$NetBSD: patch-aw,v 1.2 2002/01/29 17:10:12 jlam Exp $
|
|
|
|
--- modules/pam_group/Makefile.orig Mon Jan 28 17:28:23 2002
|
|
+++ modules/pam_group/Makefile
|
|
@@ -14,8 +14,4 @@
|
|
DEFS=-DDEFAULT_CONF_FILE=\"$(CONFILE)\"
|
|
CFLAGS += $(DEFS)
|
|
|
|
-MODULE_SIMPLE_INSTALL=bash -f ../install_conf "$(FAKEROOT)" "$(SCONFIGD)" "$(INSTALLED_CONFILE)" "$(TITLE)" "$(LOCAL_CONFILE)"
|
|
-MODULE_SIMPLE_REMOVE=rm -f $(FAKEROOT)$(INSTALLED_CONFILE)
|
|
-MODULE_SIMPLE_CLEAN=rm -f ./.ignore_age
|
|
-
|
|
include ../Simple.Rules
|