41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
From ebad423023b753b970f491afc7a0df179d151a81 Mon Sep 17 00:00:00 2001
|
|
From: Tomas Mraz <tmraz@fedoraproject.org>
|
|
Date: Thu, 31 Jan 2019 13:30:59 +0100
|
|
Subject: [PATCH 18/19] Fix the default mentioned in man page for
|
|
SUB_UID/GID_COUNT variables.
|
|
|
|
---
|
|
man/login.defs.d/SUB_GID_COUNT.xml | 2 +-
|
|
man/login.defs.d/SUB_UID_COUNT.xml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/man/login.defs.d/SUB_GID_COUNT.xml b/man/login.defs.d/SUB_GID_COUNT.xml
|
|
index 01ace007..93fe7421 100644
|
|
--- a/man/login.defs.d/SUB_GID_COUNT.xml
|
|
+++ b/man/login.defs.d/SUB_GID_COUNT.xml
|
|
@@ -42,7 +42,7 @@
|
|
<para>
|
|
The default values for <option>SUB_GID_MIN</option>,
|
|
<option>SUB_GID_MAX</option>, <option>SUB_GID_COUNT</option>
|
|
- are respectively 100000, 600100000 and 10000.
|
|
+ are respectively 100000, 600100000 and 65536.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
diff --git a/man/login.defs.d/SUB_UID_COUNT.xml b/man/login.defs.d/SUB_UID_COUNT.xml
|
|
index 5ad812f7..516417b7 100644
|
|
--- a/man/login.defs.d/SUB_UID_COUNT.xml
|
|
+++ b/man/login.defs.d/SUB_UID_COUNT.xml
|
|
@@ -42,7 +42,7 @@
|
|
<para>
|
|
The default values for <option>SUB_UID_MIN</option>,
|
|
<option>SUB_UID_MAX</option>, <option>SUB_UID_COUNT</option>
|
|
- are respectively 100000, 600100000 and 10000.
|
|
+ are respectively 100000, 600100000 and 65536.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
--
|
|
2.19.1
|
|
|