Reword -B option manpage
This commit is contained in:
parent
b5d7414e60
commit
c12398419a
@ -1,33 +1,24 @@
|
|||||||
From 7cae2da1c50c6680b92ca58eb03f9d59315010ba Mon Sep 17 00:00:00 2001
|
commit 6acfd3125546a0e5db8fae8a9964cd2f88bf68c0
|
||||||
From: Pavel Zhukov <pzhukov@redhat.com>
|
Author: Pavel Zhukov <pzhukov@redhat.com>
|
||||||
Date: Tue, 22 Oct 2019 16:28:04 +0200
|
Date: Tue Oct 22 16:28:04 2019 +0200
|
||||||
Subject: [PATCH 26/26] Add dhclient(5) -B option description
|
|
||||||
Cc: pzhukov@redhat.com
|
|
||||||
|
|
||||||
Bug-Url: https://bugzilla.redhat.com/1764088
|
Add dhclient(5) -B option description
|
||||||
---
|
|
||||||
client/dhclient.8 | 8 ++++++++
|
Bug-Url: https://bugzilla.redhat.com/1764088
|
||||||
1 file changed, 8 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/client/dhclient.8 b/client/dhclient.8
|
diff --git a/client/dhclient.8 b/client/dhclient.8
|
||||||
index 0145b9f..b466ac7 100644
|
index 0145b9f..5226de5 100644
|
||||||
--- a/client/dhclient.8
|
--- a/client/dhclient.8
|
||||||
+++ b/client/dhclient.8
|
+++ b/client/dhclient.8
|
||||||
@@ -552,6 +552,14 @@ Path to the network configuration script invoked by
|
@@ -552,6 +552,11 @@ Path to the network configuration script invoked by
|
||||||
when it gets a lease. If unspecified, the default
|
when it gets a lease. If unspecified, the default
|
||||||
.B CLIENTBINDIR/dhclient-script
|
.B CLIENTBINDIR/dhclient-script
|
||||||
is used. See \fBdhclient-script(8)\fR for a description of this file.
|
is used. See \fBdhclient-script(8)\fR for a description of this file.
|
||||||
+.TP
|
+.TP
|
||||||
+.BI \-B
|
+.BI \-B
|
||||||
+statement instructs dhclient to always set the bootp broadcast flag in
|
+Always set the bootp broadcast flag in request packets, so that
|
||||||
+request packets, so that servers will always broadcast replies.
|
+servers will always broadcast replies. This option is provided as
|
||||||
+This is equivalent to supplying the dhclient -B argument, and has
|
+an extension to enable dhclient to work on IBM s390 Linux guests.
|
||||||
+the same effect as specifying 'always-broadcast' in the server's dhcpd.conf.
|
|
||||||
+This option is provided as an extension to enable dhclient to work
|
|
||||||
+on IBM s390 Linux guests.
|
|
||||||
.PP
|
.PP
|
||||||
.SH PORTS
|
.SH PORTS
|
||||||
During operations the client may use multiple UDP ports
|
During operations the client may use multiple UDP ports
|
||||||
--
|
|
||||||
2.14.5
|
|
||||||
|
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.4.1
|
Version: 4.4.1
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
|
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||||
# that's why it is at 12 now. It should have never been used, but it was.
|
# that's why it is at 12 now. It should have never been used, but it was.
|
||||||
@ -534,6 +535,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 11 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-19
|
||||||
|
- Reword -B option description
|
||||||
|
|
||||||
* Thu Nov 7 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-18
|
* Thu Nov 7 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-18
|
||||||
- Readd sd-notify patch
|
- Readd sd-notify patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user