pkgsrc/sysutils/coreutils
recht 071dd1da05 update to 5.2.1
** Bug fixes

  mv could mistakenly fail to preserve hard links when moving two
  or more arguments between partitions.

  `cp --sparse=always F /dev/hdx' no longer tries to use lseek to create
  holes in the destination.

  nohup now sets the close-on-exec flag for its copy of the stderr file
  descriptor.  This avoids some nohup-induced hangs.  For example, before
  this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &',
  and then exited that remote shell, the ssh session would hang until the
  10-minute sleep terminated.  With the fixed nohup, the ssh session
  terminates immediately.

  `expr' now conforms to POSIX better:

    Integers like -0 and 00 are now treated as zero.

    The `|' operator now returns 0, not its first argument, if both
    arguments are null or zero.  E.g., `expr "" \| ""' now returns 0,
    not the empty string.

    The `|' and `&' operators now use short-circuit evaluation, e.g.,
    `expr 1 \| 1 / 0' no longer reports a division by zero.

** New features

  `chown user.group file' now has its traditional meaning even when
  conforming to POSIX 1003.1-2001, so long as no user has a name
  containing `.' that happens to equal `user.group'.
2004-03-29 09:22:50 +00:00
..
patches update to 5.2.1 2004-03-29 09:22:50 +00:00
DESCR Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
distinfo update to 5.2.1 2004-03-29 09:22:50 +00:00
Makefile update to 5.2.1 2004-03-29 09:22:50 +00:00
MESSAGE.gsu Don't install (g)su with the setuid bit on NetBSD, FreeBSD and OpenBSD. 2004-01-17 00:14:14 +00:00
PLIST update to 5.2.0 2004-02-22 21:32:18 +00:00