pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Allow user-id / group-id subst to not change result.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%uninett.no@localhost>
Pushed By:	he
Date:		Sat May 22 01:04:33 2021 +0200
Changeset:	7bf2f183f30a43adce05b8700d55a5e00f0f9a95

Modified Files:
	nss-pam-ldapd/Makefile

Log Message:
Allow user-id / group-id subst to not change result.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bf2f183f30a43adce05b8700d55a5e00f0f9a95

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nss-pam-ldapd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/nss-pam-ldapd/Makefile b/nss-pam-ldapd/Makefile
index ee8001f407..c08c5bd585 100644
--- a/nss-pam-ldapd/Makefile
+++ b/nss-pam-ldapd/Makefile
@@ -112,6 +112,7 @@ SUBST_STAGE.usergroup=	post-patch
 SUBST_FILES.usergroup=	nslcd.conf
 SUBST_SED.usergroup=	-e 's/^uid nslcd/uid ${NSLCD_USER}/'
 SUBST_SED.usergroup+=	-e 's/^gid nslcd/gid ${NSLCD_GROUP}/'
+SUBST_NOOP_OK.usergroup=yes
 
 .include "../../lang/python/application.mk"
 .include "../../databases/openldap-client/buildlink3.mk"


Home | Main Index | Thread Index | Old Index