* 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> 2014-11-05 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.33): Document xdr and atexit. * 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 <para>The <command>mkpasswd</command> program can be used to create a
<filename>/etc/passwd</filename> file. Cygwin doesn't need this file, <filename>/etc/passwd</filename> file. Cygwin doesn't need this file,
because it reads user information from the Windows account databases, because it reads user information from the Windows account databases,
but you can add an <filename>/etc/group</filename> file for instance, if but you can add an <filename>/etc/passwd</filename> file, for instance
your machine is often disconnected from its domain controller.</para> if your machine is often disconnected from its domain controller.</para>
<para>Note that this information is static, in contrast to the information <para>Note that this information is static, in contrast to the information
automatically gathered by Cygwin from the Windows account databases. If automatically gathered by Cygwin from the Windows account databases. If