Re: [OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079

2013-08-27 Thread Weedy
On 26 Aug 2013 15:57, Mike Brady mikebr...@eircom.net wrote: This patch fixes a problem with the logread utility built into procd. This has annoyed the hell out of me for a month. Where do I sign up to bear your children? ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079

2013-08-26 Thread Mike Brady
This patch fixes a problem with the logread utility built into procd. It adds a function to look up the correct priority and facility codes for output. Tested on r37834. It fixes Ticket #14079. Signed-off-by: Mike Bradymikebr...@eircom.net --- a/logread.c +++ b/logread.c @@ -60,6 +60,8 @@

[OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079 [Second try: properly formatted patch]

2013-08-26 Thread Mike Brady
This patch fixes a problem with the logread utility built into procd. It adds a function to look up the correct priority and facility text strings for output. Tested on r37834. It fixes Ticket #14079. Signed-off-by: Mike Bradymikebr...@eircom.net Index: