Author: pb
Date: 2005-12-27 11:38:34 +0000 (Tue, 27 Dec 2005)
New Revision: 1071

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
also restart atd on upgrade



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2005-12-26 11:57:46 UTC (rev 
1070)
+++ glibc-package/trunk/debian/changelog        2005-12-27 11:38:34 UTC (rev 
1071)
@@ -16,6 +16,7 @@
     linking works properly.
   * debian/script.in/kernelcheck.sh: Require kernel >= 2.4.0 on arm to
     avoid llseek problem.  (Closes: #324795)
+  * Also restart atd on upgrade.  (Closes: #331293)
 
  -- GOTO Masanori <[EMAIL PROTECTED]>  Tue, 20 Dec 2005 09:51:34 +0900
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst       2005-12-26 
11:57:46 UTC (rev 1070)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst       2005-12-27 
11:38:34 UTC (rev 1071)
@@ -288,9 +288,9 @@
            # intentional to not replace lprng.
            check=$(echo $check | sed 's/lpr /lpd /g')
            check=$(echo $check | sed 's/lpr-ppd /lpd-ppd /g')
-           # We have to list inetd explicitly, because the package is a
-           # different name from it's init script
-           check="$check inetd"
+           # We have to list inetd and atd explicitly, because the packages
+           # have different names to their init scripts
+           check="$check inetd atd"
            rl=$(runlevel | awk '{print $2}')
            for service in $check; do
                if [ -f /usr/share/file-rc/rc -o -f /usr/lib/file-rc/rc ] && [ 
-f /etc/runlevel.conf ]; then


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

Reply via email to