From 3bcb68333d60f80fd1bdf271b2850dd8d32122e7 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Wed, 8 Apr 2015 18:11:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B2=D0=B8=D0=B7=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=B2=D1=8F=D0=B7=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20ldap.conf=20=D0=BE=D1=82=20nss=5Flda?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3.3/6_ac_update_sync/revision/32-fix_nss_ldap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap diff --git a/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap b/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap new file mode 100644 index 000000000..e7c451b0a --- /dev/null +++ b/profiles/templates/3.3/6_ac_update_sync/revision/32-fix_nss_ldap @@ -0,0 +1,10 @@ +# Calculate ini(overlay-calculate.revision)<32 exec=/bin/bash + +#-ini(overlay-calculate.revision,32)-# + +#?pkg(sys-auth/nss_ldap)!=# +test -f /var/db/pkg/sys-auth/nss_ldap-*/CONTENTS && +sed -i "/ \/etc\/ldap.conf /d" /var/db/pkg/sys-auth/nss_ldap-*/CONTENTS +#pkg# + +exit 0