c66885bc84
- Rebase to pam-redhat-1.2.0 - Remove reference to /var/run/console in spec (#1666627) Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
25 lines
985 B
Diff
25 lines
985 B
Diff
diff -up Linux-PAM-1.5.2/configure.ac.redhat-modules Linux-PAM-1.5.2/configure.ac
|
|
--- Linux-PAM-1.5.2/configure.ac.redhat-modules 2020-11-11 11:21:21.947857371 +0100
|
|
+++ Linux-PAM-1.5.2/configure.ac 2020-11-11 11:22:58.638193747 +0100
|
|
@@ -682,6 +682,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 \
|
|
diff -up Linux-PAM-1.5.2/modules/Makefile.am.redhat-modules Linux-PAM-1.5.2/modules/Makefile.am
|
|
--- Linux-PAM-1.5.2/modules/Makefile.am.redhat-modules 2020-11-10 16:46:13.000000000 +0100
|
|
+++ Linux-PAM-1.5.2/modules/Makefile.am 2020-11-11 11:21:21.947857371 +0100
|
|
@@ -47,6 +47,8 @@ SUBDIRS := \
|
|
pam_debug \
|
|
pam_deny \
|
|
pam_echo \
|
|
+ pam_chroot \
|
|
+ pam_postgresok \
|
|
pam_env \
|
|
pam_exec \
|
|
pam_faildelay \
|