aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-20 23:41:24 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-20 23:41:24 +0000
commitced2cefcca08eea3e9a293af6db9637769231e05 (patch)
tree240c6ade1f934a9a93134a0f2fd5e21df0e5d769 /docs
parent1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff)
downloadbusybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.tar.gz
busybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.tar.bz2
busybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.zip
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com> -Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod8
-rw-r--r--docs/busybox.sgml3
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 0e611deef..ca241433f 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1577,6 +1577,12 @@ Options:
1577 -n Run as a foreground process 1577 -n Run as a foreground process
1578 -K Do not start up the klogd process 1578 -K Do not start up the klogd process
1579 -O FILE Use an alternate log file (default=/var/log/messages) 1579 -O FILE Use an alternate log file (default=/var/log/messages)
1580 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
1581
1582Example:
1583
1584 $ syslogd -R masterlog:514
1585 $ syslogd -R 192.168.1.1:601
1580 1586
1581------------------------------- 1587-------------------------------
1582 1588
@@ -2028,4 +2034,4 @@ Enrique Zanardi <ezanardi@ull.es>
2028 2034
2029=cut 2035=cut
2030 2036
2031# $Id: busybox.pod,v 1.56 2000/07/11 17:29:36 andersen Exp $ 2037# $Id: busybox.pod,v 1.57 2000/07/20 23:41:24 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 92b02c9ee..f0dd3bf62 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -2804,6 +2804,7 @@
2804 -n Run as a foreground process 2804 -n Run as a foreground process
2805 -K Do not start up the klogd process 2805 -K Do not start up the klogd process
2806 -O FILE Use an alternate log file (default=/var/log/messages) 2806 -O FILE Use an alternate log file (default=/var/log/messages)
2807 -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
2807 </screen> 2808 </screen>
2808 </para> 2809 </para>
2809 2810
@@ -2813,6 +2814,8 @@
2813 2814
2814 <para> 2815 <para>
2815 <screen> 2816 <screen>
2817 $ syslogd -R masterlog:514
2818 $ syslogd -R 192.168.1.1:601
2816 </screen> 2819 </screen>
2817 </para> 2820 </para>
2818 </sect1> 2821 </sect1>