Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 23881
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: Phil.Hooper [...] Sun.COM
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug 20138 resolutuin oops
Date: Mon, 11 Dec 2006 02:22:18 -0800
To: bugs-net-server [...] rt.cpan.org
From: phil hooper <Phil.Hooper [...] Sun.COM>
looks like in Server.pm version 0.94: line 263: 'pid,nofatal' should be 'pid|nofatal' line 264: add nofatal to the list of option strings that can be snagged from $opt a patch provided as bug 21265 looks to be incomplete...only takes care of the line 264 part. thanks for the code! phil
Subject: bug 20138 resolution oops
From: Phil.Hooper [...] Sun.COM
gah. patch in 21265 works fine. Throw away 23881! Show quoted text
> looks like in Server.pm version 0.94: > > line 263: 'pid,nofatal' should be 'pid|nofatal' > line 264: add nofatal to the list of option strings that can be snagged > from $opt > > a patch provided as bug 21265 looks to be incomplete...only takes care > of the line > 264 part. > > thanks for the code! > > phil
The patched code looks like: $prop->{syslog_logopt} = ($opt =~ /^((cons|ndelay|nowait|pid| nofatal)($|[,|]))*/) It will be in 0.95 due out in a day or two. Paul