Author: aurel32
Date: 2009-10-22 13:53:24 +0000 (Thu, 22 Oct 2009)
New Revision: 3889

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * Restart NSS related services after upgrade. Closes: #551971, #551885.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-10-22 05:30:38 UTC (rev 
3888)
+++ glibc-package/trunk/debian/changelog        2009-10-22 13:53:24 UTC (rev 
3889)
@@ -11,8 +11,9 @@
   [ Aurelien Jarno ]
   * patches/any/submitted-missing-etc-hosts.diff: return HOST_NOT_FOUND
     instead of NO_DATA.  Closes: #551622, #551760, #551879.
+  * Restart NSS related services after upgrade. Closes: #551971, #551885.
 
- -- Aurelien Jarno <[email protected]>  Thu, 22 Oct 2009 07:30:23 +0200
+ -- Aurelien Jarno <[email protected]>  Thu, 22 Oct 2009 15:52:49 +0200
 
 eglibc (2.10.1-1) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst       2009-10-22 
05:30:38 UTC (rev 3888)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst       2009-10-22 
13:53:24 UTC (rev 3889)
@@ -90,7 +90,7 @@
        if [ ! -d /var/mail ] && [ ! -L /var/mail ]; then
            ln -sf spool/mail /var/mail
        fi
-       if dpkg --compare-versions "$preversion" lt 2.9-5; then
+       if dpkg --compare-versions "$preversion" lt 2.10-2; then
            check="apache2-common apache apache-ssl apache-perl autofs at"
            check="$check boa cucipop courier-authdaemon cron cups exim"
            check="$check exim4-base dovecot-common cucipop lprng lpr"

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst        2009-10-22 
05:30:38 UTC (rev 3888)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst        2009-10-22 
13:53:24 UTC (rev 3889)
@@ -62,7 +62,7 @@
 
     if [ -n "$preversion" ]; then
        # NSS authentication trouble guard
-       if dpkg --compare-versions "$preversion" lt 2.9-5; then
+       if dpkg --compare-versions "$preversion" lt 2.10-2; then
            if pidof xscreensaver xlockmore >/dev/null; then
                if [ -f /usr/share/debconf/confmodule ] ; then
                    db_version 2.0


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to