summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/rarpd.8
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-06-18 06:48:33 +0000
committerroam <roam@FreeBSD.org>2001-06-18 06:48:33 +0000
commit90dc66d97b0ce3c09d459832a696fc4622d6b498 (patch)
treed66bf02fca204eae4576d03c4be99ea342073289 /usr.sbin/rarpd/rarpd.8
parent70e687ffe387af58a7d533f119a1fc01ad91fc29 (diff)
downloadFreeBSD-src-90dc66d97b0ce3c09d459832a696fc4622d6b498.zip
FreeBSD-src-90dc66d97b0ce3c09d459832a696fc4622d6b498.tar.gz
Add a -d command-line option; when used in conjunction with -f, rarpd
sends error messages to stderr, normal output to stdout, instead of logging everything via syslog. Turn off the FORMAT_AUDIT in the Makefile, until I can figure out how to disable the check for one single line in the source :( Reviewed by: dd, silence on -audit MFC after: 1 month
Diffstat (limited to 'usr.sbin/rarpd/rarpd.8')
-rw-r--r--usr.sbin/rarpd/rarpd.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8
index 0511ecb..6c36057 100644
--- a/usr.sbin/rarpd/rarpd.8
+++ b/usr.sbin/rarpd/rarpd.8
@@ -27,7 +27,7 @@
.Nd reverse ARP daemon
.Sh SYNOPSIS
.Nm
-.Op Fl afsv
+.Op Fl adfsv
.Op Ar interface
.Sh DESCRIPTION
.Nm
@@ -76,6 +76,17 @@ Listen on all the Ethernets attached to the system.
If
.Fl a
is omitted, an interface must be specified.
+.It Fl d
+If
+.Fl f
+is also specified,
+.Nm
+logs messages to
+.Em stdout
+and
+.Em stderr
+instead of via
+.Xr syslog 3 .
.It Fl f
Run in the foreground.
.It Fl s
OpenPOWER on IntegriCloud