pam/pam-1.5.3-redhat-modules.patch

27 lines
858 B
Diff

Index: Linux-PAM-1.5.3/configure.ac
===================================================================
--- Linux-PAM-1.5.3.orig/configure.ac
+++ Linux-PAM-1.5.3/configure.ac
@@ -754,6 +754,8 @@ AC_CONFIG_FILES([Makefile libpam/Makefil
po/Makefile.in \
Make.xml.rules \
modules/Makefile \
+ modules/pam_chroot/Makefile \
+ modules/pam_postgresok/Makefile \
modules/pam_access/Makefile \
modules/pam_debug/Makefile modules/pam_deny/Makefile \
modules/pam_echo/Makefile modules/pam_env/Makefile \
Index: Linux-PAM-1.5.3/modules/Makefile.am
===================================================================
--- Linux-PAM-1.5.3.orig/modules/Makefile.am
+++ Linux-PAM-1.5.3/modules/Makefile.am
@@ -47,6 +47,8 @@ SUBDIRS := \
pam_debug \
pam_deny \
pam_echo \
+ pam_chroot \
+ pam_postgresok \
pam_env \
pam_exec \
pam_faildelay \