bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Removal of ping.


From: Alfred M. Szmidt
Subject: Removal of ping.
Date: 23 Jun 2002 23:13:16 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Hi,

Would anyone object if we remove ping from the Hurd?  GNU Inetutils
already provides a version of ping that works on GNU/Hurd. 

Note: As CVS sucks, remove ping.c manually.

utils/ChangeLog:
2002-06-23  Alfred M. Szmidt <ams@kemisten.nu>

        * Makefile (targets): `ping' removed from list.
        (SRCS): `ping.c' removed from list.
        (ping-CPPFLAGS, INSTALL-ping-ops): Variables removed.
        (ping): Target removed.
        * ping.c: File removed.

Index: utils/Makefile
===================================================================
RCS file: /cvsroot/hurd/hurd/utils/Makefile,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile
--- utils/Makefile      4 May 2002 23:31:20 -0000       1.78
+++ utils/Makefile      23 Jun 2002 20:55:09 -0000
@@ -21,13 +21,13 @@ makemode := utilities
 targets = shd ps settrans showtrans syncfs fsysopts \
        storeinfo login w uptime ids loginpr sush vmstat portinfo \
        devprobe vminfo addauth rmauth unsu setauth ftpcp ftpdir storecat \
-       storeread ping msgport rpctrace mount gcore fakeauth fakeroot
+       storeread msgport rpctrace mount gcore fakeauth fakeroot
 special-targets = loginpr sush uptime fakeroot
 SRCS = shd.c ps.c settrans.c syncfs.c showtrans.c addauth.c rmauth.c \
        fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c \
        uptime.sh psout.c ids.c vmstat.c portinfo.c devprobe.c vminfo.c \
        parse.c frobauth.c frobauth-mod.c setauth.c pids.c nonsugid.c \
-       unsu.c ftpcp.c ftpdir.c storeread.c storecat.c ping.c msgport.c \
+       unsu.c ftpcp.c ftpdir.c storeread.c storecat.c msgport.c \
        rpctrace.c mount.c gcore.c fakeauth.c fakeroot.sh
 LCLHDRS = psout.h parse.h pids.h frobauth.h
 
@@ -37,15 +37,12 @@ login-LDLIBS = -lutil $(LIBCRYPT)
 addauth-LDLIBS = $(LIBCRYPT)
 setauth-LDLIBS = $(LIBCRYPT)
 
-ping-CPPFLAGS = -I$(srcdir)/../pfinet/
-
 INSTALL-login-ops = -o root -m 4755
 INSTALL-ids-ops = -o root -m 4755
 INSTALL-ps-ops = -o root -m 4755
 INSTALL-w-ops = -o root -m 4755
 INSTALL-vmstat-ops = -o root -m 4755
 INSTALL-vminfo-ops = -o root -m 4755
-INSTALL-ping-ops = -o root -m 4755
 
 include ../Makeconf
 
@@ -57,8 +54,6 @@ ps w: psout.o ../libps/libps.a ../libiha
 
 storeinfo storecat storeread: ../libstore/libstore.a
 ftpcp ftpdir: ../libftpconn/libftpconn.a
-
-ping: ../libthreads/libthreads.a
 
 # We must include libthreads because of a bug in the way shared libraries
 # work: all libraries that *any* routine in libfshelp uses must be defined.

-- 
Alfred M. Szmidt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]