* libmisc/copydir.c: Added warning for relative symlinks.

* libmisc/copydir.c (remove_tree): There is no need to check if
	the root argument exist. opendir() will report this.
This commit is contained in:
nekral-guest
2009-05-22 10:16:12 +00:00
parent 8dfd253b9c
commit 738ebc04b9
2 changed files with 8 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
2009-05-21 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/copydir.c: Added warning for relative symlinks.
* libmisc/copydir.c (remove_tree): There is no need to check if
the root argument exist. opendir() will report this.
2009-05-21 Nicolas François <nicolas.francois@centraliens.net>
* man/faillog.8.xml: Minor updates.