Merge pull request #59 from rbalint/master

Patches from the Debian BTS
This commit is contained in:
Serge Hallyn 2017-02-04 20:27:17 -06:00 committed by GitHub
commit 44c690cd9a
51 changed files with 11952 additions and 5062 deletions

View File

@ -3087,7 +3087,7 @@ msgstr "5"
#: limits.5.xml:61(refmiscinfo) gshadow.5.xml:48(refmiscinfo) #: limits.5.xml:61(refmiscinfo) gshadow.5.xml:48(refmiscinfo)
#: faillog.5.xml:59(refmiscinfo) #: faillog.5.xml:59(refmiscinfo)
msgid "File Formats and Conversions" msgid "File Formats and Conversions"
msgstr "Dateiformate und -konvertierung" msgstr "Dateiformate und konvertierung"
#: suauth.5.xml:65(refpurpose) #: suauth.5.xml:65(refpurpose)
msgid "detailed su control file" msgid "detailed su control file"
@ -4370,7 +4370,7 @@ msgstr ""
#: shadow.5.xml:235(para) #: shadow.5.xml:235(para)
msgid "An empty field means that the account will never expire." msgid "An empty field means that the account will never expire."
msgstr "Ein leeren Feld bedeutet, dass das Konto nicht verfallen wird." msgstr "Ein leeres Feld bedeutet, dass das Konto nicht verfallen wird."
#: shadow.5.xml:238(para) #: shadow.5.xml:238(para)
msgid "" msgid ""
@ -6961,7 +6961,7 @@ msgid ""
"contents of this file should be a message indicating why logins are " "contents of this file should be a message indicating why logins are "
"inhibited." "inhibited."
msgstr "" msgstr ""
"Falls angegeben, der Name einer Datei, dessen Existenz Anmeldungen außer von " "Falls angegeben, der Name einer Datei, deren Existenz Anmeldungen außer von "
"Root verhindert. Der Inhalt der Datei sollte die Gründe enthalten, weshalb " "Root verhindert. Der Inhalt der Datei sollte die Gründe enthalten, weshalb "
"Anmeldungen untersagt sind." "Anmeldungen untersagt sind."

758
po/cs.po

File diff suppressed because it is too large Load Diff

858
po/de.po

File diff suppressed because it is too large Load Diff

13911
po/fr.po

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,13 @@
# Bjørn Steensrud <bjornst@powertech.no>, 2006. # Bjørn Steensrud <bjornst@powertech.no>, 2006.
# Bjørn Steensrud <bjornst@skogkatt.homelinux.org>, 2009, 2012. # Bjørn Steensrud <bjornst@skogkatt.homelinux.org>, 2009, 2012.
# Hans Fredrik Nordhaug <hans@nordhaug.priv.no>, 2012. # Hans Fredrik Nordhaug <hans@nordhaug.priv.no>, 2012.
# Lars Bahner <bahner@debian.org>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: shadow 4.0.17\n" "Project-Id-Version: shadow 4.0.17\n"
"Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n"
"POT-Creation-Date: 2016-09-18 14:03-0500\n" "POT-Creation-Date: 2016-09-18 14:03-0500\n"
"PO-Revision-Date: 2012-01-18 17:19+0100\n" "PO-Revision-Date: 2015-09-30 18:15+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n"
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
"Language: nb\n" "Language: nb\n"
@ -20,7 +21,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.2\n" "X-Generator: Poedit 1.7.5\n"
#, c-format #, c-format
msgid "" msgid ""
@ -48,10 +49,9 @@ msgstr "feil med oppsettet - ukjent element «%s» (kontakt administrator)\n"
msgid "%s: nscd did not terminate normally (signal %d)\n" msgid "%s: nscd did not terminate normally (signal %d)\n"
msgstr "%s: nscd avsluttet ikke normallt (signal %d)\n" msgstr "%s: nscd avsluttet ikke normallt (signal %d)\n"
#, fuzzy, c-format #, c-format
#| msgid "%s: nscd exited with status %d"
msgid "%s: nscd exited with status %d\n" msgid "%s: nscd exited with status %d\n"
msgstr "%s: nscd avsluttet med status %d" msgstr "%s: nscd avsluttet med status %d\n"
msgid "Password: " msgid "Password: "
msgstr "Passord: " msgstr "Passord: "
@ -415,8 +415,9 @@ msgstr "passwd: %s\n"
msgid "passwd: password unchanged\n" msgid "passwd: password unchanged\n"
msgstr "passwd: passordet er uendret\n" msgstr "passwd: passordet er uendret\n"
#, fuzzy
msgid "passwd: password updated successfully\n" msgid "passwd: password updated successfully\n"
msgstr "passwd: passorder ble oppdatert\n" msgstr "passwd: passordet ble oppdatert\n"
#, c-format #, c-format
msgid "Incorrect password for %s.\n" msgid "Incorrect password for %s.\n"

1362
po/nl.po

File diff suppressed because it is too large Load Diff

View File

@ -988,8 +988,8 @@ int main (int argc, char **argv)
is_shadow_grp = sgr_file_present (); is_shadow_grp = sgr_file_present ();
#endif #endif
#ifdef ENABLE_SUBIDS #ifdef ENABLE_SUBIDS
is_sub_uid = sub_uid_file_present (); is_sub_uid = sub_uid_file_present () && !rflg;
is_sub_gid = sub_gid_file_present (); is_sub_gid = sub_gid_file_present () && !rflg;
#endif /* ENABLE_SUBIDS */ #endif /* ENABLE_SUBIDS */
open_files (); open_files ();

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -217,7 +217,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #

View File

@ -209,7 +209,7 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local #USERDEL_CMD /usr/sbin/userdel_local
# #
# If set to yes, userdel will remove the user´s group if it contains no # If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name # more members, and useradd will create by default a group with the name
# of the user. # of the user.
# #