diff options
author | Eric Andersen | 2000-07-20 23:41:24 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-20 23:41:24 +0000 |
commit | ced2cefcca08eea3e9a293af6db9637769231e05 (patch) | |
tree | 240c6ade1f934a9a93134a0f2fd5e21df0e5d769 /docs/busybox.sgml | |
parent | 1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff) | |
download | busybox-ced2cefcca08eea3e9a293af6db9637769231e05.zip busybox-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.sgml')
-rw-r--r-- | docs/busybox.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 92b02c9..f0dd3bf 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -2804,6 +2804,7 @@ -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. </screen> </para> @@ -2813,6 +2814,8 @@ <para> <screen> + $ syslogd -R masterlog:514 + $ syslogd -R 192.168.1.1:601 </screen> </para> </sect1> |