From bf2b8ae49aa885929bcb20983dd98196416bcc12 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Dec 2000 19:52:01 +0000 Subject: Make no local logging a runtime option for network logging... --- docs/busybox.pod | 7 ++++--- docs/busybox.sgml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/busybox.pod b/docs/busybox.pod index d518c550c..9b92d1981 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -1702,11 +1702,12 @@ Note that this version of syslogd/klogd ignores /etc/syslog.conf. Options: - -m NUM Interval between MARK lines (default=20min, 0=off) + -m NUM Interval between MARK lines (default=20min, 0=off) -n Run as a foreground process -K Do not start up the klogd process - -O FILE Use an alternate log file (default=/var/log/messages) + -O FILE Use an alternate log file (default=/var/log/messages) -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP. + -N Do not log anything locally -- network logging only Example: @@ -2261,4 +2262,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.77 2000/11/17 17:23:16 andersen Exp $ +# $Id: busybox.pod,v 1.78 2000/12/08 19:52:01 andersen Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 530629b4d..1542337dd 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -2991,6 +2991,7 @@ -K Do not start up the klogd process -O FILE Use an alternate log file (default=/var/log/messages) -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP. + -N Do not log anything locally -- network logging only -- cgit v1.2.3