Author: schizo
Date: 2006-05-27 02:53:27 +0000 (Sat, 27 May 2006)
New Revision: 1533

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


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog   2006-05-26 22:00:42 UTC 
(rev 1532)
+++ glibc-package/branches/glibc-2.4/debian/changelog   2006-05-27 02:53:27 UTC 
(rev 1533)
@@ -29,11 +29,11 @@
     - debian/sysdeps/i386.mk: disable sanity checks on linuxthreads build
     - debian/sysdeps/powerpc.mk: build with linuxthreads instead of NPTL
     - debian/sysdeps/arm.mk: use ports add-on
-
     - Build with gcc 4.1 on all architectures.
     - debian/patches/sparc/local-linuxthreads.diff: fill in missing
       preprocessor macros.
     - debian/control: bump to Standards-Version 3.7.2.
+    - debian/debhelper.in/libc.preinst: use POSIX syntax for kill.
 
   [ Denis Barbier ]
     - Remove complex-collate.diff (merged upstream).

Modified: glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.preinst   
2006-05-26 22:00:42 UTC (rev 1532)
+++ glibc-package/branches/glibc-2.4/debian/debhelper.in/libc.preinst   
2006-05-27 02:53:27 UTC (rev 1533)
@@ -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