Bug#336402: socklog: new feature/improvements?

2006-02-14 Thread Gerrit Pape
On Thu, Nov 17, 2005 at 12:47:58PM +0100, Cristian Ionescu-Idbohrn wrote: On Thu, 17 Nov 2005, Gerrit Pape wrote: Hmm, the daemontools package includes the tai64n program which can be used for this, e.g. # socklog unix /dev/log |tai64n I don't use daemontools, socklog is all that I need

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Gerrit Pape
Hi Cristian, On Sun, Oct 30, 2005 at 02:16:01AM +0100, Cristian Ionescu-Idbohrn wrote: * Added option '-t' (time stamp); socklog.c modified. What is this for? The timestamp normally is added by the logger process, usually the svlogd program. Can you tell me a use case where this is needed?

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Cristian Ionescu-Idbohrn
On Thu, 17 Nov 2005, Gerrit Pape wrote: Hi Cristian, Gerrit, On Sun, Oct 30, 2005 at 02:16:01AM +0100, Cristian Ionescu-Idbohrn wrote: * Added option '-t' (time stamp); socklog.c modified. What is this for? The timestamp normally is added by the logger process, usually the svlogd

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Gerrit Pape
On Thu, Nov 17, 2005 at 11:21:47AM +0100, Cristian Ionescu-Idbohrn wrote: On Thu, 17 Nov 2005, Gerrit Pape wrote: On Sun, Oct 30, 2005 at 02:16:01AM +0100, Cristian Ionescu-Idbohrn wrote: * Added option '-t' (time stamp); socklog.c modified. What is this for? The timestamp normally is

Bug#336402: socklog: new feature/improvements?

2005-11-17 Thread Cristian Ionescu-Idbohrn
On Thu, 17 Nov 2005, Gerrit Pape wrote: Hmm, the daemontools package includes the tai64n program which can be used for this, e.g. # socklog unix /dev/log |tai64n I don't use daemontools, socklog is all that I need :) Maybe it's better to add a similar program to the runit package. I'll

Bug#336402: socklog: new feature/improvements?

2005-10-30 Thread Cristian Ionescu-Idbohrn
Sorry, earlier sent rules.diff was 'malformed patch'. Here's a better formed one :) Cheers, Cristian--- debian/rules.~1~2005-10-07 10:23:36.0 +0200 +++ debian/rules2005-10-30 23:20:36.463255581 +0100 @@ -5,7 +5,14 @@ STRIP =: nostrip endif -CFLAGS =-g -O2 -Wall +CFLAGS

Bug#336402: socklog: new feature/improvements?

2005-10-29 Thread Cristian Ionescu-Idbohrn
Package: socklog Version: 2.0.2-2 Severity: wishlist Tags: patch * Added option '-t' (time stamp); socklog.c modified. * killed some compilation warnings in socklog.c, chkshsgr.c, seek_set.c; some more left in pathexec_run.c, pathexec.h, prot.c. * debian/rules applies patches. *