diff options
author | Jim Meyering <jim@meyering.net> | 1994-05-01 16:23:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-05-01 16:23:17 +0000 |
commit | bd3061bed95fc14478e958c95fe3b53911e74890 (patch) | |
tree | 023854871da8d3dcc0ff71f91c4ac172dcce4786 /old | |
parent | 92434b0b6796f97dd7bafa517719479c44b3dffa (diff) | |
download | coreutils-bd3061bed95fc14478e958c95fe3b53911e74890.tar.xz |
merge with 1.9.4j
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 8 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index be404b687..23f4c63c6 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +Sun May 01 08:38:18 EDT 1994 + + * who.c: Add #ifdefs to build the `users' executable. + * src/Makefile.in: Add corresponding rules. + * Makefile.in (PROGS): Add users. + From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>. + * users.1: Document it. + Thu Apr 28 00:45:02 1994 Jim Meyering (meyering@comco.com) * pwd.c: New program. diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 3c470fbd3..d327940b2 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,5 @@ User visible changes in release 2.0 -* add pwd command +* add pwd and users commands * --version outputs the name of the utility as well as the package name and version number. * Configure properly determines options for stty on SCO ODT 3.0 systems. |