nss-pam-ldapd commit: r1931 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1931 - debian/nss-pam-ldapd/trunk/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1931 - debian/nss-pam-ldapd/trunk/debian
- Date: Fri, 22 Feb 2013 21:51:06 +0100 (CET)
Author: arthur
Date: Fri Feb 22 21:51:06 2013
New Revision: 1931
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1931&view=revision
Log:
remove code for fixing permissions when upgrading from a pre-0.6.7.1 version
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/nslcd.postinst
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Thu Feb 21 11:53:33 2013
(r1930)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Fri Feb 22 21:51:06 2013
(r1931)
@@ -2,9 +2,11 @@
* remove compatibility code that converted nss-ldapd.conf to nslcd.conf
for upgrading from pre-0.7 versions of nss-ldapd (thanks Dominik George)
+ * remove code for fixing permissions when upgrading from a pre-0.6.7.1
+ version
* updated Turkish debconf translation by Atila KOÇ (closes: #701067)
- -- Arthur de Jong <adejong@debian.org> Fri, 21 Dec 2012 22:00:00 +0100
+ -- Arthur de Jong <adejong@debian.org> Fri, 22 Feb 2013 21:45:00 +0100
nss-pam-ldapd (0.8.12-1) experimental; urgency=low
Modified: debian/nss-pam-ldapd/trunk/debian/nslcd.postinst
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/nslcd.postinst Thu Feb 21 11:53:33
2013 (r1930)
+++ debian/nss-pam-ldapd/trunk/debian/nslcd.postinst Fri Feb 22 21:51:06
2013 (r1931)
@@ -239,13 +239,6 @@
fi
# we're done
db_stop
- # fix permissions of configfile if upgrading from an old version
- if dpkg --compare-versions "$2" lt-nl "0.6.7.1"
- then
- echo "Fixing permissions of $CONFFILE"
- chmod 640 "$CONFFILE"
- chown root:nslcd "$CONFFILE"
- fi
fi
#DEBHELPER#
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1931 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project