summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/rarpd.8
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-07-09 08:11:16 +0000
committerhrs <hrs@FreeBSD.org>2012-07-09 08:11:16 +0000
commit559bc2034e8aa725e443f70d45bbaa57a713aed4 (patch)
treeab88f03af2ee164b3e23976e7d8a0ca26784bd58 /usr.sbin/rarpd/rarpd.8
parentb3b0c82b64def2fad4b38ca0d29dea22fd3421c4 (diff)
downloadFreeBSD-src-559bc2034e8aa725e443f70d45bbaa57a713aed4.zip
FreeBSD-src-559bc2034e8aa725e443f70d45bbaa57a713aed4.tar.gz
- Add IFT_L2VLAN (vlan(4)) support.
- Add -P option to support PID file. When -a is specified /var/run/rarpd.pid is used, and when an interface is specified /var/run/rarpd.<ifname>.pid is used by default.
Diffstat (limited to 'usr.sbin/rarpd/rarpd.8')
-rw-r--r--usr.sbin/rarpd/rarpd.814
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8
index 8552b69..78412b3 100644
--- a/usr.sbin/rarpd/rarpd.8
+++ b/usr.sbin/rarpd/rarpd.8
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 16, 2001
+.Dd July 9, 2012
.Dt RARPD 8
.Os
.Sh NAME
@@ -27,9 +27,11 @@
.Fl a
.Op Fl dfsv
.Op Fl t Ar directory
+.Op Fl P Ar pidfile
.Nm
.Op Fl dfsv
.Op Fl t Ar directory
+.Op Fl P Ar pidfile
.Ar interface
.Sh DESCRIPTION
The
@@ -92,6 +94,15 @@ instead of via
.Xr syslog 3 .
.It Fl f
Run in the foreground.
+.It Fl P
+Specify the pathname of the PID file.
+If not specified,
+.Pa /var/run/rarpd.pid
+or
+.Pa /var/run/rarpd.ifname.pid
+will be used depending on the
+.Fl a
+flag or the specified interface name.
.It Fl s
Supply a response to any RARP request for which an ethernet to IP address
mapping exists; do not depend on the existence of
@@ -115,6 +126,7 @@ Enable verbose syslogging.
.It Pa /etc/ethers
.It Pa /etc/hosts
.It Pa /tftpboot
+.It Pa /var/run/rarpd.pid
.El
.Sh SEE ALSO
.Xr bpf 4
OpenPOWER on IntegriCloud