From owner-cvs-all Tue Oct 17 3:19:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D427037B4C5; Tue, 17 Oct 2000 03:19:43 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26838; Tue, 17 Oct 2000 03:19:43 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200010171019.DAA26838@freefall.freebsd.org> From: David Malone Date: Tue, 17 Oct 2000 03:19:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.8 syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/10/17 03:19:43 PDT Modified files: usr.sbin/syslogd syslog.conf.5 syslogd.8 syslogd.c Log: Syslogd normally converts messages of facility kern to facility user unless they come directly from the kernel. Document this and add a flag to syslogd which prevents this conversion. Sort getopt args while I'm at it. PR: 21788 Submitted by: Andre Albsmeier Revision Changes Path 1.18 +14 -1 src/usr.sbin/syslogd/syslog.conf.5 1.27 +12 -2 src/usr.sbin/syslogd/syslogd.8 1.72 +7 -3 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message