summaryrefslogtreecommitdiff
path: root/relay/dhcrelay.8
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2011-04-15 21:58:12 +0000
committerShawn Routhier <sar@isc.org>2011-04-15 21:58:12 +0000
commit4a5bfeacbe463cb577f6edbf0143916847ea5feb (patch)
tree7cb9b6f08069c1f19b7b55a5a72d715bdc8a20ac /relay/dhcrelay.8
parentc7aa4dd4a4a3434f6f6ce017d2f4391882730049 (diff)
downloadisc-dhcp-4a5bfeacbe463cb577f6edbf0143916847ea5feb.tar.gz
Add the option "--no-pid" to the client, relay and server code,
to disable writing a pid file. Add the option "-pf pidfile" to the relay to allow the user to supply the pidfile name at runtime. Add the "with-relay6-pid-file" option to configure to allow the user to supply the pidfile name for the relay in v6 mode at configure time. [ISC-Bugs #23351] [ISC-Bugs #17541]
Diffstat (limited to 'relay/dhcrelay.8')
-rw-r--r--relay/dhcrelay.825
1 files changed, 23 insertions, 2 deletions
diff --git a/relay/dhcrelay.8 b/relay/dhcrelay.8
index 0177071c..eef0ece7 100644
--- a/relay/dhcrelay.8
+++ b/relay/dhcrelay.8
@@ -1,6 +1,6 @@
.\" dhcrelay.8
.\"
-.\" Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1997-2003 by Internet Software Consortium
.\"
@@ -28,7 +28,7 @@
.\" Support and other services are available for ISC products - see
.\" https://www.isc.org for more information or to learn more about ISC.
.\"
-.\" $Id: dhcrelay.8,v 1.18 2010/07/02 23:09:14 sar Exp $
+.\" $Id: dhcrelay.8,v 1.19 2011/04/15 21:58:12 sar Exp $
.\"
.TH dhcrelay 8
.SH NAME
@@ -54,6 +54,13 @@ dhcrelay - Dynamic Host Configuration Protocol Relay Agent
.I length
]
[
+.B -pf
+.I pid-file
+]
+[
+.B --no-pid
+]
+[
.B -m
.I append
|
@@ -89,6 +96,13 @@ dhcrelay - Dynamic Host Configuration Protocol Relay Agent
.B -c
.I count
]
+[
+.B -pf
+.I pid-file
+]
+[
+.B --no-pid
+]
.B -l
.I lower0
[
@@ -150,6 +164,13 @@ purposes. Default is port 67 for DHCPv4/BOOTP, or port 547 for DHCPv6.
-q
Quiet mode. Prevents dhcrelay6 from printing its network configuration
on startup.
+.TP
+-pf pid-file
+Path to alternate pid file.
+.TP
+--no-pid
+Option to disable writing pid files. By default the program
+will write a pid file.
.PP
\fIOptions available in DHCPv4 mode only:\fR
.TP