[announce] execline-2.1.1.0, s6-portable-utils-2.0.3.0

2015-03-03 Thread Laurent Bercot
Hello, * execline-2.1.1.0 is out. It adds a new command: forstdin, which splits its standard input and spawns a program for every element. The forbacktickx command is now a wrapper around pipeline and forstdin. http://skarnet.org/software/execline/ git://git.skarnet.org/execline *

[PATCH] examples: Fix syslog LOGSCRIPT

2015-03-03 Thread Olivier Brunel
Log lines are actually prefixed with uids from $IPCREMOTEEUID $IPCREMOTEEGID, so they should be acocunted for in the regexs. Signed-off-by: Olivier Brunel j...@jjacky.com --- Also note the need to use \s because, AFAIK, there's no way to use spaces in the regex then, as space is a delimiter for

Re: [PATCH] examples: Fix syslog LOGSCRIPT

2015-03-03 Thread Colin Booth
On Mar 3, 2015 2:35 PM, Olivier Brunel j...@jjacky.com wrote: Log lines are actually prefixed with uids from $IPCREMOTEEUID $IPCREMOTEEGID, so they should be acocunted for in the regexs. Damn, you're right. Also note the need to use \s because, AFAIK, there's no way to use spaces in the