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

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