Sys::Syslog patch to allow unix domain sockets
authorSean Robinson <robinson_s@sc.maricopa.edu>
Thu, 26 Jun 1997 05:45:25 +0000 (17:45 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commit8297ae023be5d5af05b2a7f966169444314ba5aa
tree2577894986615b2738eb357397547022204730cb
parent89b161a4c3681bfb1e895d3a3198b2bafc0b0f92
Sys::Syslog patch to allow unix domain sockets

Thank you to Tim Bunce and Tom Phoenix for insights on making the
patched code faster and safer, and pointing out bugs.

  What follows is a "fresh patch over the 5.004_01 version".  So reverse
the previous patch before adding this one just to be safe.

 CHANGES (all recommended by Tim or Tom):

 - fixed bug where wrong variable was undef()ined causing attempts to
change back to INET socket to never occur
 - setlogsock() now croaks on any value other than 'unix' or 'inet'
 - setlogsock() no longer uses pattern matching, but is still
case-insensitive
 - updated documentation

p5p-msgid: 33B31342.7EB16A44@sc.maricopa.edu
lib/Sys/Syslog.pm