pkgsrc-WIP-changes archive

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

nss-pam-ldapd: rename INSTALL fragment files.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Nov 28 17:19:10 2021 +0000
Changeset:	aa609d438a1fd1bbfb03315641b021d35442ec1e

Modified Files:
	nss-pam-ldapd/Makefile
Added Files:
	nss-pam-ldapd/DEINSTALL.NetBSD
	nss-pam-ldapd/INSTALL.NetBSD
Removed Files:
	nss-pam-ldapd/DEINSTALL.nss
	nss-pam-ldapd/INSTALL.nss

Log Message:
nss-pam-ldapd: rename INSTALL fragment files.

Not that pkglint was any happier about them this time around either,
despite being mentioned in *INSTALL_TEMPLATES settings.  Oh, well.

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

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

diffstat:
 nss-pam-ldapd/DEINSTALL.NetBSD | 8 ++++++++
 nss-pam-ldapd/DEINSTALL.nss    | 7 -------
 nss-pam-ldapd/INSTALL.NetBSD   | 8 ++++++++
 nss-pam-ldapd/INSTALL.nss      | 8 --------
 nss-pam-ldapd/Makefile         | 6 +++---
 5 files changed, 19 insertions(+), 18 deletions(-)

diffs:
diff --git a/nss-pam-ldapd/DEINSTALL.NetBSD b/nss-pam-ldapd/DEINSTALL.NetBSD
new file mode 100644
index 0000000000..d39b2925c0
--- /dev/null
+++ b/nss-pam-ldapd/DEINSTALL.NetBSD
@@ -0,0 +1,8 @@
+# $NetBSD: DEINSTALL.NetBSD $
+
+case ${STAGE} in
+	POST-DEINSTALL)
+		${RM} -f /usr/lib/nss_ldap.so.0
+                ${RM} -f /usr/lib/security/pam_ldap.so
+		;;
+esac
diff --git a/nss-pam-ldapd/DEINSTALL.nss b/nss-pam-ldapd/DEINSTALL.nss
deleted file mode 100644
index a623af6437..0000000000
--- a/nss-pam-ldapd/DEINSTALL.nss
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: DEINSTALL.nss $
-
-case ${STAGE} in
-	POST-DEINSTALL)
-		${RM} -f /usr/lib/nss_ldap.so.0 ;;
-		${RM} -f /usr/lib/security/pam_ldap.so ;;
-esac
diff --git a/nss-pam-ldapd/INSTALL.NetBSD b/nss-pam-ldapd/INSTALL.NetBSD
new file mode 100644
index 0000000000..d910ba0cfa
--- /dev/null
+++ b/nss-pam-ldapd/INSTALL.NetBSD
@@ -0,0 +1,8 @@
+# $NetBSD: INSTALL.NetBSD $
+
+case ${STAGE} in
+	POST-INSTALL)
+		${LN} -sf ${PREFIX}/lib/nss_ldap.so.0 /usr/lib
+		${LN} -sf ${PREFIX}/lib/security/pam_ldap.so /usr/lib/security
+		;;
+esac
diff --git a/nss-pam-ldapd/INSTALL.nss b/nss-pam-ldapd/INSTALL.nss
deleted file mode 100644
index 87c6e31b06..0000000000
--- a/nss-pam-ldapd/INSTALL.nss
+++ /dev/null
@@ -1,8 +0,0 @@
-# $NetBSD: INSTALL.nss $
-
-case ${STAGE} in
-	POST-INSTALL)
-		${LN} -sf ${PREFIX}/lib/nss_ldap.so.0 /usr/lib
-		${LN} -sf ${PREFIX}/lib/security/pam_ldap.so /usr/lib/security
-		;;
-esac
diff --git a/nss-pam-ldapd/Makefile b/nss-pam-ldapd/Makefile
index b515720962..dd8e8c3984 100644
--- a/nss-pam-ldapd/Makefile
+++ b/nss-pam-ldapd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2012/12/13 18:20:29 ftigeot Exp $
 
 DISTNAME=	nss-pam-ldapd-0.9.12
-CATEGORIES=	databases
+CATEGORIES=	security
 MASTER_SITES=	http://arthurdejong.org/nss-pam-ldapd/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -68,8 +68,8 @@ post-install:
 # Otherwise PAM_EXTERN ends up "static" and -O2 optimizes everything away
 CFLAGS+=		-DNO_STATIC_MODULES
 
-INSTALL_TEMPLATES=	INSTALL.nss
-DEINSTALL_TEMPLATES=	DEINSTALL.nss
+INSTALL_TEMPLATES=	INSTALL.NetBSD
+DEINSTALL_TEMPLATES=	DEINSTALL.NetBSD
 .endif
 
 # NSS_LDAP_SONAME is used by both the NSS client and the server(!)


Home | Main Index | Thread Index | Old Index