Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 1997 08:28:29 -0800 (PST)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-lib, cvs-sys
Subject:   cvs commit:  src/lib/libc/gen syslog.c src/sys/sys syslog.h
Message-ID:  <199703201628.IAA23051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         97/03/20 08:28:28

  Modified:    lib/libc/gen  syslog.c
               sys/sys   syslog.h
  Log:
  Add backward compatibility so that static executables built on
  modern FreeBSD systems will syslog properly on older systems that
  still name the logging socket "/dev/log".  This includes pre-2.2
  versions of FreeBSD as well as BSD/OS systems.  If the connect to
  "/var/run/log" fails, the function now tries to connect to
  "/dev/log" as a fallback.
  
  Revision  Changes    Path
  1.13      +23 -10    src/lib/libc/gen/syslog.c
  1.13      +2 -1      src/sys/sys/syslog.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703201628.IAA23051>