Package: fcron
Version: 3.0.1-1
Severity: grave
Tags: patch

I doesn't know why only I see it. /etc/init.d/fcron does not have rm -f
pidfile. And fcron on start see pid file and silently exit. The patch is
applied.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fcron depends on:
ii  adduser                       3.102      Add and remove users and groups
ii  debconf [debconf-2.0]         1.5.13     Debian configuration management sy
ii  dpkg                          1.14.4     package maintenance system for Deb
ii  libc6                         2.5-9      GNU C Library: Shared libraries
ii  libpam-runtime                0.79-4     Runtime support for the PAM librar
ii  libpam0g                      0.79-4     Pluggable Authentication Modules l
ii  libselinux1                   2.0.15-2   SELinux shared libraries
ii  postfix [mail-transport-agent 2.4.0-2    A high-performance mail transport 

Versions of packages fcron recommends:
ii  syslog-ng [system-log-daemon] 2.0.0-1    Next generation logging daemon

-- debconf information:
* fcron/anacronwarn:
--- fcron.original      2007-06-18 12:55:38.000000000 +0400
+++ fcron       2007-06-18 12:55:56.000000000 +0400
@@ -22,6 +22,7 @@
 
 stopdaemon () {
     start-stop-daemon --stop --quiet "$@" --pidfile /var/run/$NAME.pid --exec 
${DAEMON}
+    rm -f /var/run/$NAME.pid
 }
 
 test -x $DAEMON || exit 0

Reply via email to