diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bootstrap.conf | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-09-15 Jim Meyering <jim@meyering.net> + + * bootstrap.conf (gnulib_modules): Add rename-dest-slash. + The 2006-09-08 changes made it so "mv dir new-name/" would + fail on NetBSD 1.6. This makes it work once again. + 2006-09-14 Jim Meyering <jim@meyering.net> * src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n. diff --git a/bootstrap.conf b/bootstrap.conf index 8c2c8974d..eb10b4696 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -53,7 +53,8 @@ gnulib_modules=" memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist obstack pathmax perl physmem posixtm posixver putenv quote quotearg raise readlink readtokens readtokens0 readutmp - realloc regex rmdir rmdir-errno rpmatch safe-read same + realloc regex rename-dest-slash rmdir rmdir-errno rpmatch + safe-read same save-cwd savedir settime sha1 sig2str ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy strcase strftime strpbrk strtoimax strtoumax strverscmp timespec tzset |