Package: and
Version: 1.2.2-4
Severity: important
See the change in the running() function below to make it work in dash (and
bash).
-- System Information:
Debian Release: squeeze/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32.9-rscloud (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages and depends on:
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
and recommends no packages.
and suggests no packages.
-- Configuration Files:
/etc/init.d/and changed:
running() {
pid=$( /bin/pidof $DAEMON )
if [ "${pid}" = "" ]
then
return 1
else
return 0
fi
# No pidfile, probably no daemon present
#[ ! -f "$PIDFILE" ] && return 1
#pid=`cat $PIDFILE`
#running_pid $pid $DAEMON || return 1
#return 0
}
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]