diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-27 08:45:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-27 08:45:53 +0000 |
commit | ee16ef9929347c66fb7636bd05597d12a53e9734 (patch) | |
tree | 3d07312f3d6e2df84247ba6c33ae248cc7073d30 /old/sh-utils | |
parent | 62c03f8facbb527aa3146ef7a43d4f182167c0d5 (diff) | |
download | coreutils-ee16ef9929347c66fb7636bd05597d12a53e9734.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0c2a5a26e..7f59dcd63 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -2,6 +2,13 @@ * Version 2.0.13. +2002-07-07 Paul Eggert <eggert@twinsun.com> + + * src/nohup.sh: Port to POSIX 1003.1-2001 "nice", which + requires the option "-n 5" rather than "-5". This matters + with GNU "nice" if the user has set the _POSIX2_VERSION + environment variable. + 2002-07-24 Jim Meyering <meyering@lucent.com> * src/Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Exempt false. |