summaryrefslogtreecommitdiff
path: root/debian/patches/502_debian_useradd_defaults
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/502_debian_useradd_defaults')
-rw-r--r--debian/patches/502_debian_useradd_defaults13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/502_debian_useradd_defaults b/debian/patches/502_debian_useradd_defaults
index 9b433811..6317ed6c 100644
--- a/debian/patches/502_debian_useradd_defaults
+++ b/debian/patches/502_debian_useradd_defaults
@@ -26,3 +26,16 @@ Forwarded: not-needed
static const char *def_log_init = "yes";
static long def_inactive = -1;
+diff --git a/man/useradd.8.xml b/man/useradd.8.xml
+index af02a23f..c7f95b47 100644
+--- a/man/useradd.8.xml
++++ b/man/useradd.8.xml
+@@ -248,7 +248,7 @@
+ command line), useradd will set the primary group of the new
+ user to the value specified by the <option>GROUP</option>
+ variable in <filename>/etc/default/useradd</filename>, or
+- 1000 by default.
++ 100 by default.
+ </para>
+ </listitem>
+ </varlistentry>