summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
-rw-r--r--old/sh-utils/NEWS2
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.