aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
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/busybox.pod
parent1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff)
downloadbusybox-ced2cefcca08eea3e9a293af6db9637769231e05.tar.gz
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com> -Erik
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod8
1 files changed, 7 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:
-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)
+ -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
+
+Example:
+
+ $ syslogd -R masterlog:514
+ $ syslogd -R 192.168.1.1:601
-------------------------------
@@ -2028,4 +2034,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.56 2000/07/11 17:29:36 andersen Exp $
+# $Id: busybox.pod,v 1.57 2000/07/20 23:41:24 andersen Exp $