diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-08 16:43:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-08 16:43:48 +0000 |
commit | c86bae2a596d6980042023922086457f9387c79d (patch) | |
tree | c256cab8f524e724abd6cb20493f8c8478adecb3 /ChangeLog | |
parent | 6df9b9041db60ec1bebb8c20456ea7b4d8b0c0d1 (diff) | |
download | coreutils-c86bae2a596d6980042023922086457f9387c79d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2003-03-08 Jim Meyering <jim@meyering.net> + * tests/rm/fail-2eperm: Rather than simply using the first non-root + username, make sure that the selected user name has a usable shell. + Reported by Paul Jarc. + + Before, when using shred on a device, one had to specify --exact, + or be careful to choose a size that would not be rounded up and + exceed the maximum value; that could result in a failure of + the final write. + * src/shred.c (do_wipefd): --exact is now the default for non-regular + files. Suggestion from Ben Elliston. + (usage): Say it. + * Version 4.5.10. * tests/misc/tty-eof: Also check for the log_user method, to avoid |