[debian-edu-commits] r82092 - branches/wheezy/debian-edu-config/debian
pere at alioth.debian.org
pere at alioth.debian.org
Sat Aug 17 15:31:35 UTC 2013
Author: pere
Date: 2013-08-17 15:31:34 +0000 (Sat, 17 Aug 2013)
New Revision: 82092
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
Log:
Purge pam-configs settings in prerm using one call to pam-auth-
update, as two calls ignore the first and onlyi the second call take
effect (Closes: #678931).
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-17 13:41:29 UTC (rev 82091)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-17 15:31:34 UTC (rev 82092)
@@ -1,3 +1,11 @@
+debian-edu-config (1.712~svn82072) UNRELEASED; urgency=low
+
+ * Purge pam-configs settings in prerm using one call to pam-auth-
+ update, as two calls ignore the first and onlyi the second call take
+ effect (Closes: #678931).
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 17 Aug 2013 17:31:12 +0200
+
debian-edu-config (1.712~svn82071) wheezy-test; urgency=low
[ Petter Reinholdtsen ]
Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm 2013-08-17 13:41:29 UTC (rev 82091)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm 2013-08-17 15:31:34 UTC (rev 82092)
@@ -22,8 +22,7 @@
dpkg-divert --package debian-edu-config --remove /usr/share/pam-configs/krb5
rm /usr/share/pam-configs/edu-krb5
fi
- pam-auth-update --package --remove edu-group
- pam-auth-update --package --remove edu-umask
+ pam-auth-update --package --remove edu-group edu-umask
;;
esac
More information about the debian-edu-commits
mailing list