Merge RedHat's patch shadow-4.0.18.1-mtime.patch:

* NEWS: Document that usermod will now preserve user's file modification
    and access time.
    * libmisc/copydir.c: Preserve the access and modification time of copied
    files. This is important for usermod. This will also impact useradd, for
    the skeleton files, but this is not important.
    * libmisc/copydir.c: Stop and return an error if a file could not be
    closed after during a copy.
This commit is contained in:
nekral-guest
2007-12-26 13:54:23 +00:00
parent 3935d32676
commit 65d0682647
3 changed files with 56 additions and 5 deletions

3
NEWS
View File

@@ -7,6 +7,9 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
* Do not install the shadow library per default.
- useradd
* New option -l to avoid adding the user to the lastlog and faillog databases.
- usermod
* Keep the access and modification time of files when moving an user's home
directory.
shadow-4.0.18.2 -> shadow-4.1.0 09-12-2008