14 Oct
2007
14 Oct
'07
9:57 a.m.
On Tue, 2007-10-09 at 17:14 -0400, Brett Goulder wrote:
I know it was brought up for 2.4 and reading over the logs for the devel meeting, I saw that the conses was "wait until someone else does it", more or less.
Well, I actually wound up doing it last night, attached is a patch against rc with the discussed and approved changes to move syslog handling, making rc sh-compatible.
The "cmd &> file" redirection is also a bash-ism that should be replaced with "cmd > file 2>&1" (used at least in the services start loop)