Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 507830

Summary: sys-apps/shadow-4.1.5.1-r1 - /usr/share/man/de/man8/useradd.8.bz2 mentions /etc/default/useradd where it should be /etc/login.defs
Product: Gentoo Linux Reporter: Stefan Kiesler <heavymetal>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2014-June/010342.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Kiesler 2014-04-16 15:32:42 UTC
The German translation of the useradd man page contains a typo descriping the "-g" option. USERGROUPS_ENAB is defined in /etc/login.defs, not /etc/default/useradd.

Wrong:
Falls nicht definiert, hängt das Verhalten von useradd von der Variable USERGROUPS_ENAB in /etc/default/useradd ab.

Correct (and mentioned in other language versions of the man page):
Falls nicht definiert, hängt das Verhalten von useradd von der Variable USERGROUPS_ENAB in /etc/login.defs ab.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-16 23:38:44 UTC
"Typo" means someone typed the wrong character.
Comment 2 SpanKY gentoo-dev 2014-06-16 05:50:42 UTC
thanks, i've sent a fix upstream for it now