diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-06 22:00:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-06 22:00:15 +0000 |
commit | 36422ec95c75a4c4c8a0ac7b6286bdfe97ccdb2d (patch) | |
tree | 6c055c93d95d565a72d8134ad86697b612d6b1b3 /ChangeLog | |
parent | ef2071bc678b0659cc32ba6d39039ff0f98d2a7d (diff) | |
download | coreutils-36422ec95c75a4c4c8a0ac7b6286bdfe97ccdb2d.tar.xz |
Ensure that some gnulib-tool-generated files are read-only.
* bootstrap (slurp): Put the body of this function in a sub-shell,
with "umask a-w" so that all new files are read-only. Remove each
file before we write to it, in case it's read-only.
Make po/Makevars and runtime-po/Makevars read-only, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-09-06 Jim Meyering <jim@meyering.net> + + Ensure that some gnulib-tool-generated files are read-only. + * bootstrap (slurp): Put the body of this function in a sub-shell, + with "umask a-w" so that all new files are read-only. Remove each + file before we write to it, in case it's read-only. + Make po/Makevars and runtime-po/Makevars read-only, too. + 2006-09-05 Jim Meyering <jim@meyering.net> * tests/cp/acl: Skip this test when cp lacks ACL support. |