freebsd-src/usr.sbin/syslogd
Ed Schouten cb8cb5f668 MFC r279016:
Make syslogd work in case shutdown() is POSIX-ly correct.

  On POSIX conformant systems, shutdown() should return ENOTCONN when not
  connected. We attempted to fix this once (kern/84761), but this change
  got backed out because it 'breaks code' (r150155).

  I just reapplied the patch and indeed, syslogd fails on startup. Make it
  easier to re-enable this change in the future by paching up syslogd to
  do the right thing.

Sponsored by: Nuxi
2015-03-15 09:15:11 +00:00
..
Makefile This isn't WARNS=6 safe. It fails to build on mips. Retore old 2010-08-08 02:45:14 +00:00
pathnames.h
syslog.conf.5 Add documentation for IPv6 support 2012-09-12 16:58:42 +00:00
syslogd.8 Minor spelling fixes. 2012-06-03 11:29:48 +00:00
syslogd.c MFC r279016: 2015-03-15 09:15:11 +00:00