man: Add -P option to radtest synopsis
Resolves: Bug#1114669
This commit is contained in:
parent
5309cc43a0
commit
2df4c752f4
27
freeradius-add-P-option-to-radtest-synopsis.patch
Normal file
27
freeradius-add-P-option-to-radtest-synopsis.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 50d13805262202627e0a8494508202d21a86c18b Mon Sep 17 00:00:00 2001
|
||||
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
|
||||
Date: Mon, 27 Oct 2014 16:24:09 +0200
|
||||
Subject: [PATCH 2/2] man: Add -P option to radtest synopsis
|
||||
|
||||
Add "-P" option to radtest's manpage SYNOPSIS to make it match the
|
||||
OPTIONS section.
|
||||
---
|
||||
man/man1/radtest.1 | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/man/man1/radtest.1 b/man/man1/radtest.1
|
||||
index 587870c..b318477 100644
|
||||
--- a/man/man1/radtest.1
|
||||
+++ b/man/man1/radtest.1
|
||||
@@ -5,6 +5,8 @@ radtest - send packets to a RADIUS server, show reply
|
||||
.B radtest
|
||||
.RB [ \-d
|
||||
.IR raddb_directory ]
|
||||
+.RB [ \-P
|
||||
+.IR tcp/udp ]
|
||||
.RB [ \-t
|
||||
.IR pap/chap/mschap/eap-md5 ]
|
||||
.RB [ \-x
|
||||
--
|
||||
2.1.1
|
||||
|
@ -31,6 +31,7 @@ Patch7: freeradius-dont-truncate-uint64.patch
|
||||
Patch8: freeradius-prefix-endian-macros.patch
|
||||
Patch9: freeradius-dont-swap-uint128-printing-on-be.patch
|
||||
Patch10: freeradius-fix-dhcp-dictionary-loading.patch
|
||||
Patch11: freeradius-add-P-option-to-radtest-synopsis.patch
|
||||
|
||||
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
||||
|
||||
@ -197,6 +198,7 @@ This plugin provides the unixODBC support for the FreeRADIUS server project.
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
|
||||
%build
|
||||
# Force compile/link options, extra security for network facing daemon
|
||||
|
Loading…
Reference in New Issue
Block a user