From 1181911534b96c5b074e047eb1920ccc705ec0d4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jan 31 2019 12:44:45 +0000 Subject: Fix manpage default for SUB_UID/GID_COUNT variables. --- diff --git a/shadow-4.3.1-manfix.patch b/shadow-4.3.1-manfix.patch index d70f4cc..3782e55 100644 --- a/shadow-4.3.1-manfix.patch +++ b/shadow-4.3.1-manfix.patch @@ -282,3 +282,29 @@ Index: shadow-4.5/man/usermod.8.xml This option is only valid in combination with the +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 @@ + + The default values for , + , +- are respectively 100000, 600100000 and 10000. ++ are respectively 100000, 600100000 and 65536. + + + +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 @@ + + The default values for , + , +- are respectively 100000, 600100000 and 10000. ++ are respectively 100000, 600100000 and 65536. + + +