* NEWS, configure.in, libmisc/copydir.c, man/useradd.8.xml,

man/usermod.8.xml, src/Makefile.am: Added support for ACLs and
	Extended Attributes.
This commit is contained in:
nekral-guest
2010-03-30 21:01:27 +00:00
parent 6afd7859f8
commit 902aad57af
8 changed files with 167 additions and 9 deletions

View File

@@ -273,6 +273,9 @@
<filename>/etc/default/useradd</filename> or, by default,
<filename>/etc/skel</filename>.
</para>
<para>
If possible, the ACLs and extended attributes are copied.
</para>
</listitem>
</varlistentry>
<varlistentry>

View File

@@ -223,6 +223,11 @@
This option is only valid in combination with the
<option>-d</option> (or <option>--home</option>) option.
</para>
<para>
<command>usermod</command> will try to adapt the ownership of the
files and to copy the modes, ACL and extended attributes, but
manual changes might be needed afterwards.
</para>
</listitem>
</varlistentry>
<varlistentry>