http://qa.mandrakesoft.com/show_bug.cgi?id=6334
Summary: small error in status, when daemon has more than 1
process
Product: initscripts
Version: 7.06-32mdk
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
the gprintf there should take only two arguments
--- functions~ 2003-10-28 13:21:00.000000000 +0100
+++ functions 2003-11-02 14:43:50.000000000 +0100
@@ -356,7 +356,7 @@
pid=`pidof -o $$ -o $PPID -o %PPID -x $1 || \
pidof -o $$ -o $PPID -o %PPID -x ${base}`
if [ -n "$pid" ] ; then
- gprintf "%s (pid %s) is running...\n" ${base} $pid
+ gprintf "%s (pid %s) is running...\n" ${base} "$pid"
return 0
fi
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.