* utils.xml (mkpasswd): Change /etc/group to /etc/passwd.

This commit is contained in:
Corinna Vinschen 2014-11-07 13:53:25 +00:00
parent 3daf2dc4f1
commit 9b41831e4c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-11-07 Corinna Vinschen <corinna@vinschen.de>
* utils.xml (mkpasswd): Change /etc/group to /etc/passwd.
2014-11-05 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.33): Document xdr and atexit.

View File

@ -999,8 +999,8 @@ on domain controllers and domain member machines.
<para>The <command>mkpasswd</command> program can be used to create a
<filename>/etc/passwd</filename> file. Cygwin doesn't need this file,
because it reads user information from the Windows account databases,
but you can add an <filename>/etc/group</filename> file for instance, if
your machine is often disconnected from its domain controller.</para>
but you can add an <filename>/etc/passwd</filename> file, for instance
if your machine is often disconnected from its domain controller.</para>
<para>Note that this information is static, in contrast to the information
automatically gathered by Cygwin from the Windows account databases. If