Author: aurel32
Date: 2006-05-27 08:08:04 +0000 (Sat, 27 May 2006)
New Revision: 1537

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debian/debhelper.in/libc.preinst: use POSIX syntax for kill.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2006-05-27 07:57:33 UTC (rev 
1536)
+++ glibc-package/trunk/debian/changelog        2006-05-27 08:08:04 UTC (rev 
1537)
@@ -35,6 +35,9 @@
   * Add patches/all/submitted-new-brf-encoding.diff: Add new BRF encoding
     (ASCII Braille), submitted upstream by Samuel Thibault.
 
+  [ Clint Adams ]
+  * debian/debhelper.in/libc.preinst: use POSIX syntax for kill.
+
  -- Denis Barbier <[EMAIL PROTECTED]>  Mon, 22 May 2006 23:14:52 +0200
 
 glibc (2.3.6-10) unstable; urgency=low

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst        2006-05-27 
07:57:33 UTC (rev 1536)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst        2006-05-27 
08:08:04 UTC (rev 1537)
@@ -10,7 +10,7 @@
     fi
     if dpkg --compare-versions "$2" le 2.1.1-0.1; then
        if [ -f /var/run/utmpd.pid ]; then
-           if kill -TERM `cat /var/run/utmpd.pid` > /dev/null 2>&1
+           if kill -s TERM `cat /var/run/utmpd.pid` > /dev/null 2>&1
            then
                if [ -f /var/run/utmp ]; then
                    cp /dev/null /var/run/utmp


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

Reply via email to