[Pkg-sysvinit-devel] Bug#590560: [ping] sysvinit: misleading "ERROR: no hit for procs_*" messages on GNU/kFreeBSD
Petr Salinger
Petr.Salinger at seznam.cz
Mon Aug 16 17:01:21 UTC 2010
Thanks for very quick reply.
> I even have not had the time to call for help to make the situation
> better. Perhaps you want to join the team?
No, I am quite busy in GNU/kFreeBSD porting team.
Would you ACK a NMU with patch bellow ?
I am not a DD, but I guess someone from our team
would be willing to do such upload.
Thanks for your patience
Petr
--- debian/startpar/proc.c
+++ debian/startpar/proc.c
@@ -35,7 +35,9 @@
unsigned long val = 0;
if (!b) {
+#if DEBUG
fprintf(stderr, "ERROR: no hit for %s\n", key);
+#endif
return ~0UL;
}
if (sscanf(b + strlen(key), " %lu", &val) != 1)
More information about the Pkg-sysvinit-devel
mailing list