diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-17 03:13:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-17 03:13:14 +0000 |
commit | 628c7baa85934252389017886f36cd3d025a6ddb (patch) | |
tree | 126f9453f6ce35ee2d142bd0f8c0da705f0d6abe /m4 | |
parent | d847e28b37cba59cb449efcc6623bb0bfcc2765c (diff) | |
download | coreutils-628c7baa85934252389017886f36cd3d025a6ddb.tar.xz |
chmod, install, and mkdir now leave setgid and setuid bits
of directories alone unless you specify them explicitly.
install and mkdir now implement X correctly.
install now creates parent directories with mode 755, without
changing their owner or group.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index abeddd220..0e0b6b046 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,13 @@ +2006-07-16 Paul Eggert <eggert@cs.ucla.edu> + + * mkancesdirs.m4: New file. + * afs.m4: Remove; no longer needed. + * jm-macros.m4 (gl_MACROS): Remove gl_AFS. + * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h. + Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed. + Require gl_FUNC_LCHOWN, since dirchownmod.c needs it. + * prereq.m4 (gl_PREREQ): Require gl_MKANCESDIRS. + 2006-07-11 Eric Blake <ebb9@byu.net> * absolute-header.m4: Fix comments to match recent change. |