Blame SOURCES/freeradius-Add-missing-option-descriptions.patch

33c701
From afb196b29606aafb5030e8c7ea414a4bd494cbc0 Mon Sep 17 00:00:00 2001
33c701
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
33c701
Date: Fri, 14 Sep 2018 12:20:11 +0300
33c701
Subject: [PATCH] man: Add missing option descriptions
33c701
33c701
---
33c701
 man/man8/raddebug.8 | 4 ++++
33c701
 man/man8/radiusd.8  | 7 +++++++
33c701
 man/man8/radmin.8   | 4 ++++
33c701
 3 files changed, 15 insertions(+)
33c701
33c701
diff --git a/man/man8/raddebug.8 b/man/man8/raddebug.8
33c701
index 66e80e64fa..6e27e2453c 100644
33c701
--- a/man/man8/raddebug.8
33c701
+++ b/man/man8/raddebug.8
33c701
@@ -7,6 +7,8 @@ raddebug - Display debugging output from a running server.
33c701
 .IR condition ]
33c701
 .RB [ \-d
33c701
 .IR config_directory ]
33c701
+.RB [ \-D
33c701
+.IR dictionary_directory ]
33c701
 .RB [ \-n
33c701
 .IR name ]
33c701
 .RB [ \-i
33c701
@@ -73,6 +75,8 @@ option is equivalent to using:
33c701
 .IP "\-d \fIconfig directory\fP"
33c701
 The radius configuration directory, usually /etc/raddb.  See the
33c701
 \fIradmin\fP manual page for more description of this option.
33c701
+.IP "\-D \fIdictionary directory\fP"
33c701
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
33c701
 .IP "\-n \fImname\fP"
33c701
 Read \fIraddb/name.conf\fP instead of \fIraddb/radiusd.conf\fP.
33c701
 .IP \-I\ \fIipv6-address\fP
33c701
diff --git a/man/man8/radiusd.8 b/man/man8/radiusd.8
33c701
index c825f22d0d..98aef5e1be 100644
33c701
--- a/man/man8/radiusd.8
33c701
+++ b/man/man8/radiusd.8
33c701
@@ -6,6 +6,8 @@ radiusd - Authentication, Authorization and Accounting server
33c701
 .RB [ \-C ]
33c701
 .RB [ \-d
33c701
 .IR config_directory ]
33c701
+.RB [ \-D
33c701
+.IR dictionary_directory ]
33c701
 .RB [ \-f ]
33c701
 .RB [ \-h ]
33c701
 .RB [ \-i
33c701
@@ -17,6 +19,7 @@ radiusd - Authentication, Authorization and Accounting server
33c701
 .IR name ]
33c701
 .RB [ \-p
33c701
 .IR port ]
33c701
+.RB [ \-P ]
33c701
 .RB [ \-s ]
33c701
 .RB [ \-t ]
33c701
 .RB [ \-v ]
33c701
@@ -55,6 +58,8 @@ configuration, and which modules are skipped, and therefore not checked.
33c701
 .IP "\-d \fIconfig directory\fP"
33c701
 Defaults to \fI/etc/raddb\fP. \fBRadiusd\fP looks here for its configuration
33c701
 files such as the \fIdictionary\fP and the \fIusers\fP files.
33c701
+.IP "\-D \fIdictionary directory\fP"
33c701
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
33c701
 .IP \-f
33c701
 Do not fork, stay running as a foreground process.
33c701
 .IP \-h
33c701
@@ -84,6 +89,8 @@ When this command-line option is given, all "listen" sections in
33c701
 \fIradiusd.conf\fP are ignored.
33c701
 
33c701
 This option MUST be used in conjunction with "-i".
33c701
+.IP "\-P
33c701
+Always write out PID, even with -f.
33c701
 .IP \-s
33c701
 Run in "single server" mode.  The server normally runs with multiple
33c701
 threads and/or processes, which can lower its response time to
33c701
diff --git a/man/man8/radmin.8 b/man/man8/radmin.8
33c701
index 5ecc963d81..5bf661fa71 100644
33c701
--- a/man/man8/radmin.8
33c701
+++ b/man/man8/radmin.8
33c701
@@ -5,6 +5,8 @@ radmin - FreeRADIUS Administration tool
33c701
 .B radmin
33c701
 .RB [ \-d
33c701
 .IR config_directory ]
33c701
+.RB [ \-D
33c701
+.IR dictionary_directory ]
33c701
 .RB [ \-e
33c701
 .IR command ]
33c701
 .RB [ \-E ]
33c701
@@ -34,6 +36,8 @@ The following command-line options are accepted by the program.
33c701
 Defaults to \fI/etc/raddb\fP. \fBradmin\fP looks here for the server
33c701
 configuration files to find the "listen" section that defines the
33c701
 control socket filename.
33c701
+.IP "\-D \fIdictionary directory\fP"
33c701
+Set main dictionary directory. Defaults to \fI/usr/share/freeradius\fP.
33c701
 .IP "\-e \fIcommand\fP"
33c701
 Run \fIcommand\fP and exit.
33c701
 .IP \-E
33c701
-- 
33c701
2.18.0
33c701