Re: $whoami calculation in Sys::Syslog.pm should not be greedy
authorRoderick Schertler <roderick@argon.org>
Sat, 29 Mar 1997 16:33:24 +0000 (11:33 -0500)
committerChip Salzenberg <chip@atlantic.net>
Tue, 25 Mar 1997 19:04:34 +0000 (07:04 +1200)
commit5dad0344e72a654bb2ed9a76760452bdb56c6e6d
tree1e9f3ddf7906147a1bd99f648c597d03d214e560
parentf2506fb2d1c024863b597c56c929ef07b6369d7c
Re: $whoami calculation in Sys::Syslog.pm should not be greedy

On Fri, 28 Mar 1997 16:42:46 -0600 (CST), mer@world.evansville.net (Marc Rouleau) said:
>
> I suggest replacing
>
>     if (!$ident && $mask =~ /^(\S.*):\s?(.*)/) {
>
> with
>
>     if (!$ident && $mask =~ /^(\S.*?):\s?(.*)/) {
>
> at about line 157.  Otherwise, syslog'ing text containing a colon
> doesn't work right.

I think it's a reasonable tradeoff (it'll prevent "foo::bar: message"
from working but it'll allow "foo: can't do x: message").  The first
probably doesn't work properly with most syslogds anyway, one here would
log it as

    foo:<17.6>:bar[21244]: message

p5p-msgid: pz4tdu7j57.fsf@eeyore.ibcinc.com
lib/Sys/Syslog.pm