Package: sec
Version: 2.7.3-1
Severity: normal

In function do_stop(), command to stop the daemon is :

start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--name $PERL

PERL=/usr/bin/perl

but the name of the process is sec (--name = /proc/pid/stat) :

cat /proc/13871/stat
13871 (sec) S 1 ...

may be the above command should be :

start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--name $NAME
or
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--exec $PERL

(--exec = /proc/pid/exe)
ll /proc/13871/exe
lrwxrwxrwx 1 root root 0 juin  11 10:47 /proc/13871/exe -> /usr/bin/perl


-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages sec depends on:
ii  perl                   5.10.1-17squeeze6 Larry Wall's Practical Extraction 

sec recommends no packages.

sec suggests no packages.

-- Configuration Files:
/etc/default/sec changed [not included]
/etc/init.d/sec changed [not included]

-o debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to