Author: aurel32
Date: 2007-08-16 21:59:12 +0000 (Thu, 16 Aug 2007)
New Revision: 2516

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debian/debhelper.in/libc.preinst: change version check for NSS services to
    (<< 2.6-1).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2007-08-16 21:16:28 UTC (rev 
2515)
+++ glibc-package/trunk/debian/changelog        2007-08-16 21:59:12 UTC (rev 
2516)
@@ -23,8 +23,10 @@
   * kfreebsd/local-sysdeps.diff: update to revision 1995 (from glibc-bsd).
   * any/submitted-rfc3484-sortv4.diff: new patch to allow bypassing RFC3484
     rule 9 for IPv4 adresses.  Closes: bug#438179
+  * debian/debhelper.in/libc.preinst: change version check for NSS services to
+    (<< 2.6-1).
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Thu, 16 Aug 2007 23:12:22 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Thu, 16 Aug 2007 23:58:17 +0200
 
 glibc (2.6.1-1) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst        2007-08-16 
21:16:28 UTC (rev 2515)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst        2007-08-16 
21:59:12 UTC (rev 2516)
@@ -44,7 +44,7 @@
     fi
 
     # NSS authentication trouble guard
-    if dpkg --compare-versions $2 lt 2.3.5-1; then
+    if dpkg --compare-versions $2 lt 2.6-1; then
        check="xdm kdm gdm postgresql xscreensaver"
        # Only get the ones that are installed, and configured
        service=$(dpkg -s $check 2> /dev/null | awk 
'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print $1 } }' | 
cut -f 2 -d ' ')


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

Reply via email to