* new-features.xml (ov-new1.7.33): Fix paragraph order.
This commit is contained in:
parent
f1271e19c3
commit
b18aed9262
|
@ -1,3 +1,7 @@
|
||||||
|
2014-10-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* new-features.xml (ov-new1.7.33): Fix paragraph order.
|
||||||
|
|
||||||
2014-10-27 Corinna Vinschen <corinna@vinschen.de>
|
2014-10-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* highlights.xml: Rearrange itemizedlist markup slightly.
|
* highlights.xml: Rearrange itemizedlist markup slightly.
|
||||||
|
|
|
@ -15,11 +15,6 @@ without having to create /etc/passwd and /etc/group files. Introduce
|
||||||
/etc/nsswitch.conf file to configure passwd/group handling.
|
/etc/nsswitch.conf file to configure passwd/group handling.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<listitem><para>
|
|
||||||
Add -b/--remove-all option to setfacl to reduce the ACL to only the entries
|
|
||||||
representing POSIX permission bits.
|
|
||||||
</para></listitem>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
For bordercase which require to use /etc/passwd and /etc/group files,
|
For bordercase which require to use /etc/passwd and /etc/group files,
|
||||||
change mkpasswd/mkgroup to generate passwd/group entries compatible with
|
change mkpasswd/mkgroup to generate passwd/group entries compatible with
|
||||||
|
@ -30,6 +25,11 @@ the entries read from SAM/AD.
|
||||||
<xref linkend="ntsec"></xref>.
|
<xref linkend="ntsec"></xref>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Add -b/--remove-all option to setfacl to reduce the ACL to only the entries
|
||||||
|
representing POSIX permission bits.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
/proc/cygdrive is a new symlink pointing to the current cygdrive prefix.
|
/proc/cygdrive is a new symlink pointing to the current cygdrive prefix.
|
||||||
This can be utilized in scripts to access paths via cygdrive prefix,
|
This can be utilized in scripts to access paths via cygdrive prefix,
|
||||||
|
|
Loading…
Reference in New Issue