aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-08 19:52:01 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-08 19:52:01 +0000
commitbf2b8ae49aa885929bcb20983dd98196416bcc12 (patch)
treeb33a6a54e6dff87eea8db758a7aab9027aef1206 /docs
parent76fef0a5d02800afa368b79abf4393eda46abc4c (diff)
downloadbusybox-w32-bf2b8ae49aa885929bcb20983dd98196416bcc12.tar.gz
busybox-w32-bf2b8ae49aa885929bcb20983dd98196416bcc12.tar.bz2
busybox-w32-bf2b8ae49aa885929bcb20983dd98196416bcc12.zip
Make no local logging a runtime option for network logging...
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod7
-rw-r--r--docs/busybox.sgml1
2 files changed, 5 insertions, 3 deletions
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.
1702 1702
1703Options: 1703Options:
1704 1704
1705 -m NUM Interval between MARK lines (default=20min, 0=off) 1705 -m NUM Interval between MARK lines (default=20min, 0=off)
1706 -n Run as a foreground process 1706 -n Run as a foreground process
1707 -K Do not start up the klogd process 1707 -K Do not start up the klogd process
1708 -O FILE Use an alternate log file (default=/var/log/messages) 1708 -O FILE Use an alternate log file (default=/var/log/messages)
1709 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP. 1709 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
1710 -N Do not log anything locally -- network logging only
1710 1711
1711Example: 1712Example:
1712 1713
@@ -2261,4 +2262,4 @@ Enrique Zanardi <ezanardi@ull.es>
2261 2262
2262=cut 2263=cut
2263 2264
2264# $Id: busybox.pod,v 1.77 2000/11/17 17:23:16 andersen Exp $ 2265# $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 @@
2991 -K Do not start up the klogd process 2991 -K Do not start up the klogd process
2992 -O FILE Use an alternate log file (default=/var/log/messages) 2992 -O FILE Use an alternate log file (default=/var/log/messages)
2993 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP. 2993 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
2994 -N Do not log anything locally -- network logging only
2994 </screen> 2995 </screen>
2995 </para> 2996 </para>
2996 2997