Removal of duplicate comment block
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Mon, 23 Dec 2002 15:25:51 +0000 (07:25 -0800)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 24 Dec 2002 05:26:40 +0000 (05:26 +0000)
Subject: Re: [perl #19306] Sys::Syslog issues.
Message-ID: </t5B+gzkg6DR092yn@efn.org>

p4raw-id: //depot/perl@18350

ext/Sys/Syslog/Syslog.pm

index a7fd2c9..e255067 100644 (file)
@@ -26,15 +26,6 @@ my $fail_time = undef;
 use Socket;
 use Sys::Hostname;
 
-# adapted from syslog.pl
-#
-# Tom Christiansen <tchrist@convex.com>
-# modified to use sockets by Larry Wall <lwall@jpl-devvax.jpl.nasa.gov>
-# NOTE: openlog now takes three arguments, just like openlog(3)
-# Modified to add UNIX domain sockets by Sean Robinson <robinson_s@sc.maricopa.edu>
-#  with support from Tim Bunce <Tim.Bunce@ig.co.uk> and the perl5-porters mailing list
-# Modified to use an XS backend instead of syslog.ph by Tom Hughes <tom@compton.nu>
-
 =head1 NAME
 
 Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl interface to the UNIX syslog(3) calls