summaryrefslogtreecommitdiff
path: root/lib/syslog.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syslog.pl')
-rw-r--r--lib/syslog.pl34
1 files changed, 0 insertions, 34 deletions
diff --git a/lib/syslog.pl b/lib/syslog.pl
index 8e64a0028d..a3b9edf8da 100644
--- a/lib/syslog.pl
+++ b/lib/syslog.pl
@@ -2,41 +2,7 @@
# syslog.pl
#
# $Log: syslog.pl,v $
-# Revision 4.1 92/08/07 18:24:15 lwall
#
-# Revision 4.0.1.1 92/06/08 13:48:05 lwall
-# patch20: new warning for ambiguous use of unary operators
-#
-# Revision 4.0 91/03/20 01:26:24 lwall
-# 4.0 baseline.
-#
-# Revision 3.0.1.4 90/11/10 01:41:11 lwall
-# patch38: syslog.pl was referencing an absolute path
-#
-# Revision 3.0.1.3 90/10/15 17:42:18 lwall
-# patch29: various portability fixes
-#
-# Revision 3.0.1.1 90/08/09 03:57:17 lwall
-# patch19: Initial revision
-#
-# Revision 1.2 90/06/11 18:45:30 18:45:30 root ()
-# - Changed 'warn' to 'mail|warning' in test call (to give example of
-# facility specification, and because 'warn' didn't work on HP-UX).
-# - Fixed typo in &openlog ("ncons" should be "cons").
-# - Added (package-global) $maskpri, and &setlogmask.
-# - In &syslog:
-# - put argument test ahead of &connect (why waste cycles?),
-# - allowed facility to be specified in &syslog's first arg (temporarily
-# overrides any $facility set in &openlog), just as in syslog(3C),
-# - do a return 0 when bit for $numpri not set in log mask (see syslog(3C)),
-# - changed $whoami code to use getlogin, getpwuid($<) and 'syslog'
-# (in that order) when $ident is null,
-# - made PID logging consistent with syslog(3C) and subject to $lo_pid only,
-# - fixed typo in "print CONS" statement ($<facility should be <$facility).
-# - changed \n to \r in print CONS (\r is useful, $message already has a \n).
-# - Changed &xlate to return -1 for an unknown name, instead of croaking.
-#
-#
# 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)