Package: bip
Version: 0.5.3-3
Severity: normal
[EMAIL PROTECTED]:~doc/bip>/etc/init.d/bip stop
Stopping bip:.
[EMAIL PROTECTED]:~doc/bip>/etc/init.d/bip start
Starting bip:24-03-2007 12:58:32 Default SSL certificate file: /var/lib/bip/bip.
pem
This does not look right. It should look as follows:
[EMAIL PROTECTED]:~doc/bip>/etc/init.d/bip stop
Stopping IRC proxy: bip.
[EMAIL PROTECTED]:~doc/bip>/etc/init.d/bip start
Starting IRC proxy: bip.
The problem is that you are calling log_daemon_msg with only one parameter,
while it's meant to be called with two parameters, as documented in
lsb-base/README.Debian:
- log_daemon_msg "Starting/stopping long daemon name" "daemond"
The Default SSL certificate file message is not very nice either.
You also misuse log_daemon_msg here:
1) log_daemon_msg "pid file '$PIDFILE' found, not starting" ;
lo g_end_msg 0 ;;
With strange looking results:
Starting bip:pid file '/var/run/bip/bip.pid' found, not starting:.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages bip depends on:
ii adduser 3.102 Add and remove users and groups
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libssl0.9.8 0.9.8e-3 SSL shared libraries
ii lsb-base 3.1-23.1 Linux Standard Base 3.1 init scrip
bip recommends no packages.
-- no debconf information
--
see shy jo