[debian-edu-commits] r79872 - branches/wheezy/debian-edu-config/debian

pere at alioth.debian.org pere at alioth.debian.org
Wed May 1 08:43:31 UTC 2013


Author: pere
Date: 2013-05-01 08:43:31 +0000 (Wed, 01 May 2013)
New Revision: 79872

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
   branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
Log:
Call pam-auth-update during installation and removal, to make
sure PAM setup is properly handlet (Closes: #678931).

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-01 08:41:10 UTC (rev 79871)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-01 08:43:31 UTC (rev 79872)
@@ -6,6 +6,8 @@
     it check the entropy level more often.
   * Add new testsuite test automount, to make it easier to debug
     autofs problems on clients.
+  * Call pam-auth-update during installation and removal, to make
+    sure PAM setup is properly handlet (Closes: #678931).
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 01 May 2013 08:27:43 +0200
 

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-05-01 08:41:10 UTC (rev 79871)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-05-01 08:43:31 UTC (rev 79872)
@@ -258,4 +258,6 @@
     update-profile-cache;
 fi;
 
+pam-auth-update --package
+
 exit 0

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm	2013-05-01 08:41:10 UTC (rev 79871)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.prerm	2013-05-01 08:43:31 UTC (rev 79872)
@@ -22,6 +22,8 @@
             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
 	;;
 esac
 




More information about the debian-edu-commits mailing list