summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-05 18:52:16 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-05 18:52:16 +0000
commit891db8e3e58a7f0e8e328c39b07ef0c9bc73c4b6 (patch)
tree84ef46d25f0f79f6bd9a0e222177623b216e295b /sys-libs/pam/files
parentnow uses gnome2.eclass and mirror:// (diff)
downloadgentoo-2-891db8e3e58a7f0e8e328c39b07ef0c9bc73c4b6.tar.gz
gentoo-2-891db8e3e58a7f0e8e328c39b07ef0c9bc73c4b6.tar.bz2
gentoo-2-891db8e3e58a7f0e8e328c39b07ef0c9bc73c4b6.zip
fix null config file for pam_group.so
Diffstat (limited to 'sys-libs/pam/files')
-rw-r--r--sys-libs/pam/files/pam-0.75-pam_group-confile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/pam/files/pam-0.75-pam_group-confile.patch b/sys-libs/pam/files/pam-0.75-pam_group-confile.patch
new file mode 100644
index 000000000000..bdce47f88fd0
--- /dev/null
+++ b/sys-libs/pam/files/pam-0.75-pam_group-confile.patch
@@ -0,0 +1,11 @@
+--- Linux-PAM-0.75/modules/pam_group/Makefile.orig Mon Aug 5 20:43:10 2002
++++ Linux-PAM-0.75/modules/pam_group/Makefile Mon Aug 5 20:41:28 2002
+@@ -11,7 +11,7 @@
+ LOCAL_CONFILE=./group.conf
+ INSTALLED_CONFILE=$(SCONFIGD)/group.conf
+
+-DEFS=-DDEFAULT_CONF_FILE=\"$(CONFILE)\"
++DEFS=-DDEFAULT_CONF_FILE=\"$(INSTALLED_CONFILE)\"
+ CFLAGS += $(DEFS)
+
+ MODULE_SIMPLE_INSTALL=bash -f ../install_conf "$(FAKEROOT)" "$(SCONFIGD)" "$(INSTALLED_CONFILE)" "$(TITLE)" "$(LOCAL_CONFILE)"