freebsd-src/usr.sbin/syslogd
David Malone ac3a1548f8 Fix some bugs that don't manifest themselves in practice.
1) Don't check for getopt returning '?', we have a default case.
2) Check if the priority is LOG_KERN correctly - in practice
   LOG_KERN is 0, so it makes no difference. OpenBSD fixed a
   different nearby bug that we don't have 'cos our definition
   of LOG_MAKEPRI is different to OpenBSD's.

Copy a comment from OpenBSD, observing that LOG_KERN is 0.

Inspired by PR:		67139
2004-05-29 23:24:18 +00:00
..
Makefile Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
pathnames.h
syslog.conf.5 Allow multiple hosts or programs to be named in program 2003-02-13 00:08:56 +00:00
syslogd.8 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
syslogd.c Fix some bugs that don't manifest themselves in practice. 2004-05-29 23:24:18 +00:00