From: Thorsten Kukuk Date: Thu, 27 Nov 2003 07:49:46 +0000 (+0000) Subject: Relevant BUGIDs: 840327 X-Git-Tag: Linux-PAM-0-78-Beta1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6216e61ca2ed39128a9d29ec2d7e389addb4812e;p=linux-pam Relevant BUGIDs: 840327 Purpose of commit: bugfix Commit summary: --------------- Mike Civil found out, that the location of the default config file is empty. Fixed by using the correct define. --- diff --git a/modules/pam_group/Makefile b/modules/pam_group/Makefile index cb3c4c89..44464089 100644 --- a/modules/pam_group/Makefile +++ b/modules/pam_group/Makefile @@ -11,7 +11,7 @@ TITLE=pam_group 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)"