diff options
author | Eric Andersen | 2000-12-11 16:24:16 +0000 |
---|---|---|
committer | Eric Andersen | 2000-12-11 16:24:16 +0000 |
commit | 70d09ed1cf54ae20d38c5c56c5afb5994cc46f32 (patch) | |
tree | 03967343beeea7544249bd5195c669498e051006 /docs/busybox.pod | |
parent | 9962cd9f7879e8b51ab6eca5abd7c5e51cec8685 (diff) | |
download | busybox-70d09ed1cf54ae20d38c5c56c5afb5994cc46f32.zip busybox-70d09ed1cf54ae20d38c5c56c5afb5994cc46f32.tar.gz |
Reverse logic so when network logging, it by default does not log locally.
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r-- | docs/busybox.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 5e47984..52ba639 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -1730,8 +1730,8 @@ 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. - -N Do not log anything locally -- network logging only + -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) + -L Log locally as well as network logging (defaut is network only) Example: @@ -2292,4 +2292,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.80 2000/12/09 16:37:53 andersen Exp $ +# $Id: busybox.pod,v 1.81 2000/12/11 16:24:16 andersen Exp $ |