summaryrefslogtreecommitdiff
path: root/utils/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-04-22 20:37:07 +0000
committerThomas Bushnell <thomas@gnu.org>1998-04-22 20:37:07 +0000
commit40dd0a623eb6133fa856aea02ad72409e7d8e4e0 (patch)
tree8e021a964000e034b0d0e33d44afb55e105727ff /utils/ChangeLog
parentfdb5119b85a2355352536e62ab51624f20ccde84 (diff)
Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r--utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index a7027be5..1371d62c 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,16 @@
+Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
+
+ * ping.c: New file. Originally P.D. from US Army; then modified
+ by BSD, then added to Linux. Taken from Linux ping and adapted
+ for Hurd and submitted for inclusion by Kunihiro Ishiguro
+ (kunihiro@zebra.org).
+ * Makefile (targets): Add `ping'.
+ (SRCS): Add `ping.c'.
+ (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the
+ pfinet sources.
+ (INSTALL-ping-ops): Install ping suid root.
+ (ping): Depend on `../libthreads/libthreads.a'.
+
1997-09-29 Miles Bader <miles@gnu.ai.mit.edu>
* unsu.c (argp_program_version): Use correct program name.