Author: aurel32
Date: 2009-02-20 21:25:57 +0000 (Fri, 20 Feb 2009)
New Revision: 3291

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debhelper.in/libc.preinst: restart NSS services on upgrades from 
    versions prior to 2.9-1.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-20 13:43:59 UTC (rev 
3290)
+++ glibc-package/trunk/debian/changelog        2009-02-20 21:25:57 UTC (rev 
3291)
@@ -8,12 +8,14 @@
   * rules.d/build.mk: define SHELL as /bin/bash.
   * patches/any/cvs-pthread_h.diff: patch from upstream to fix warning
     in pthread.h.
+  * debhelper.in/libc.preinst: restart NSS services on upgrades from 
+    versions prior to 2.9-1.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2370 (from glibc-bsd).
   * drop kfreebsd/local-sysdeps28.diff (merged into local-sysdeps.diff).
 
- -- Aurelien Jarno <[email protected]>  Thu, 19 Feb 2009 13:41:10 +0100
+ -- Aurelien Jarno <[email protected]>  Fri, 20 Feb 2009 22:25:19 +0100
 
 glibc (2.9-1) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst        2009-02-20 
13:43:59 UTC (rev 3290)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst        2009-02-20 
21:25:57 UTC (rev 3291)
@@ -14,7 +14,7 @@
 
     if [ -n "$preversion" ]; then
        # NSS authentication trouble guard
-       if dpkg --compare-versions "$preversion" lt 2.6-1; then
+       if dpkg --compare-versions "$preversion" lt 2.9-1; then
 
            check="gdm kdm proftpd postgresql xscreensaver xdm"
            # NSS services check: NSS_CHECK
@@ -66,7 +66,7 @@
                    exit 1
                fi
            fi
-       fi # end upgrading and $preversion lt 2.6-1
+       fi # end upgrading and $preversion lt 2.9-1
     fi # Upgrading
 
     # This will keep us from using hwcap libs (optimized) during an


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

Reply via email to