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

pere at alioth.debian.org pere at alioth.debian.org
Wed May 1 12:20:56 UTC 2013


Author: pere
Date: 2013-05-01 12:20:55 +0000 (Wed, 01 May 2013)
New Revision: 79877

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
Log:
Make sure to call pam-auth-update before db_stop in postinst to
avoid hanging during installation.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-01 09:17:54 UTC (rev 79876)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-01 12:20:55 UTC (rev 79877)
@@ -1,3 +1,11 @@
+debian-edu-config (1.704~svn79874) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Make sure to call pam-auth-update before db_stop in postinst to
+    avoid hanging during installation.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed, 01 May 2013 14:20:21 +0200
+
 debian-edu-config (1.704~svn79873) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-05-01 09:17:54 UTC (rev 79876)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst	2013-05-01 12:20:55 UTC (rev 79877)
@@ -81,6 +81,8 @@
 	fi
 fi
 
+pam-auth-update --package
+
 # Some init-scripts fail if to many fd is open ??
 # close debconf db_handle before they start
 db_stop
@@ -258,6 +260,4 @@
     update-profile-cache;
 fi;
 
-pam-auth-update --package
-
 exit 0




More information about the debian-edu-commits mailing list