Merge "Remove nslcd and related packages on Debian"

This commit is contained in:
Zuul 2022-08-26 19:06:05 +00:00 committed by Gerrit Code Review
commit 0e37611215
4 changed files with 0 additions and 38 deletions

View File

@ -66,7 +66,6 @@ kubernetes/kubernetes-unversioned
kubernetes/plugins/isolcpus-device-plugin
kubernetes/runc
ldap/ldapscripts
ldap/nss-pam-ldapd
ldap/openldap
livepatch/kpatch
networking/ifupdown-extra

View File

@ -1,25 +0,0 @@
From 8c348fc679099f928002d185aaabe0b2d5142cc3 Mon Sep 17 00:00:00 2001
From: Fabiano Mercer <fabiano.correamercer@windriver.com>
Date: Wed, 3 Aug 2022 14:53:38 -0300
Subject: [PATCH] Ignore lo interfaces for nslcd script
---
debian/nslcd.if-up | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/nslcd.if-up b/debian/nslcd.if-up
index 11befba..fb9aaff 100644
--- a/debian/nslcd.if-up
+++ b/debian/nslcd.if-up
@@ -27,7 +27,7 @@ NSLCD_STATEDIR=/var/run/nslcd
NSLCD_PIDFILE=$NSLCD_STATEDIR/nslcd.pid
# ignore lo interface
-[ "$IFACE" = "lo" ] && exit 0
+[[ "$IFACE" = lo* ]] && exit 0
# only do things when starting the interface
[ "$MODE" != "start" ] && exit 0
--
2.17.1

View File

@ -1,2 +0,0 @@
0001-Ignore-lo-interfaces-for-nslcd-script.patch

View File

@ -1,10 +0,0 @@
---
debver: 0.9.11-1
dl_path:
name: nss-pam-ldapd-0.9.11-1.tar.gz
url: https://salsa.debian.org/debian/nss-pam-ldapd/-/archive/debian/0.9.11-1/nss-pam-ldapd-debian-0.9.11-1.tar.gz
md5sum: ca281003d23e3258dcd56e7be3ecb7f2
sha256sum: 4f90fc01666524d8607381ed8eef2fb7444a8298cfe76ae9c5009a9e7743be6e
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: