summaryrefslogtreecommitdiff
path: root/ext/Sys/Syslog/Syslog.pm
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-12-23 07:25:51 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-12-24 05:26:40 +0000
commit2032b5b43553f43052c667356062c7827c776dcd (patch)
treee23fa782b46fcde570dc2ecb9f0c79fdd151d33b /ext/Sys/Syslog/Syslog.pm
parent922c91763e1a7e3b540e71554b5f8b8bd0cedcf2 (diff)
downloadperl-2032b5b43553f43052c667356062c7827c776dcd.tar.gz
Removal of duplicate comment block
Subject: Re: [perl #19306] Sys::Syslog issues. Message-ID: </t5B+gzkg6DR092yn@efn.org> p4raw-id: //depot/perl@18350
Diffstat (limited to 'ext/Sys/Syslog/Syslog.pm')
-rw-r--r--ext/Sys/Syslog/Syslog.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm
index a7fd2c93fc..e255067449 100644
--- a/ext/Sys/Syslog/Syslog.pm
+++ b/ext/Sys/Syslog/Syslog.pm
@@ -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