man: Mention eap-md5 in radtest synopsis
Resolves: Bug#1146898
This commit is contained in:
parent
2df4c752f4
commit
808cec9332
27
freeradius-mention-eap-md5-in-radtest-synopsis.patch
Normal file
27
freeradius-mention-eap-md5-in-radtest-synopsis.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From b00d9a63963c4d5dec72d8c4671a72cde5c4ca69 Mon Sep 17 00:00:00 2001
|
||||
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
|
||||
Date: Mon, 27 Oct 2014 16:14:35 +0200
|
||||
Subject: [PATCH 1/2] man: Mention eap-md5 in radtest synopsis
|
||||
|
||||
Add "eap-md5" to the possible values of -t option in radtest's manpage
|
||||
SYNOPSIS to match the detailed description in the OPTIONS.
|
||||
---
|
||||
man/man1/radtest.1 | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/man/man1/radtest.1 b/man/man1/radtest.1
|
||||
index f4fdba3..587870c 100644
|
||||
--- a/man/man1/radtest.1
|
||||
+++ b/man/man1/radtest.1
|
||||
@@ -6,7 +6,7 @@ radtest - send packets to a RADIUS server, show reply
|
||||
.RB [ \-d
|
||||
.IR raddb_directory ]
|
||||
.RB [ \-t
|
||||
-.IR pap/chap/mschap ]
|
||||
+.IR pap/chap/mschap/eap-md5 ]
|
||||
.RB [ \-x
|
||||
.IR ]
|
||||
.RB [ \-4
|
||||
--
|
||||
2.1.1
|
||||
|
@ -32,6 +32,7 @@ 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
|
||||
Patch12: freeradius-mention-eap-md5-in-radtest-synopsis.patch
|
||||
|
||||
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
||||
|
||||
@ -199,6 +200,7 @@ This plugin provides the unixODBC support for the FreeRADIUS server project.
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
# Force compile/link options, extra security for network facing daemon
|
||||
|
Loading…
Reference in New Issue
Block a user