CVS: initscripts/src Makefile, 1.1.1.1, 1.2 testd.c, 1.1.1.1, NONE testdinit, 1.1.1.1, NONE usleep.1, 1.1.1.1, NONE usleep.c, 1.1.1.1, NONE

Jasper Huysmans jasper at lunar-linux.org
Thu Oct 30 08:22:59 GMT 2003


Update of /var/cvs/lunar/initscripts/src
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7467

Modified Files:
	Makefile 
Removed Files:
	testd.c testdinit usleep.1 usleep.c 
Log Message:
Remove usleep and testd/testdinit. I updated coreutils to install usleep to /bin. The testd stuff was totally useless.

Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/initscripts/src/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile	26 Oct 2003 17:14:43 -0000	1.1.1.1
+++ Makefile	30 Oct 2003 08:22:57 -0000	1.2
@@ -1,10 +1,9 @@
 CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE
 
-PROGS=usernetctl doexec netreport testd usleep ipcalc initlog minilogd \
+PROGS=usernetctl doexec netreport ipcalc initlog minilogd \
 	getkey ppp-watch consoletype lunar-support-check genhostid
 PPPWATCH_OBJS=ppp-watch.o shvar.o
 INITLOG_OBJS=initlog.o process.o
-USLEEP_OBJS=usleep.o
 
 mandir=/usr/share/man
 
@@ -16,7 +15,6 @@
 install:
 	mkdir -p $(ROOT)/bin $(ROOT)/usr/sbin $(ROOT)$(mandir)/man{1,8} $(ROOT)/etc
 	install -m 755 doexec $(ROOT)/bin/doexec
-	install -m 755 usleep $(ROOT)/bin/usleep
 	install -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl
 	install -m 2755 netreport $(ROOT)/sbin/netreport
 	install -m 755 ipcalc $(ROOT)/bin/ipcalc
@@ -30,7 +28,6 @@
 	install -m 644 genhostid.1 $(ROOT)$(mandir)/man1
 	install -m 644 doexec.1 $(ROOT)$(mandir)/man1
 	install -m 644 netreport.1 $(ROOT)$(mandir)/man1
-	install -m 644 usleep.1 $(ROOT)$(mandir)/man1
 	install -m 644 usernetctl.8 $(ROOT)$(mandir)/man8
 	install -m 644 ppp-watch.8 $(ROOT)$(mandir)/man8
 	install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1
@@ -42,12 +39,6 @@
 	  install -m 755 mkkerneldoth.s390 $(ROOT)/sbin/mkkerneldoth ; \
 	fi
 
-# this daemon and initscript are useful for testing the up/down/status stuff
-# not installed by default, only comes from sources.
-install-test:
-	install -m 755 testd $(ROOT)/usr/sbin/testd
-	install -m 755 testdinit $(ROOT)/etc/init.d/testd
-
 getkey: getkey.o
 	$(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -lpopt -Wl,-Bdynamic
 
@@ -57,9 +48,6 @@
 initlog: $(INITLOG_OBJS)
 	$(CC) $(LDFLAGS) -o $@ $(INITLOG_OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
 
-usleep: $(USLEEP_OBJS)
-	$(CC) $(LDFLAGS) -o $@ $(USLEEP_OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic
-
 ppp-watch: $(PPPWATCH_OBJS)
 	$(CC) $(LDFLAGS) -o $@ $(PPPWATCH_OBJS) -Wl,-Bstatic `pkg-config glib-2.0 --libs` -Wl,-Bdynamic
 

--- testd.c DELETED ---

--- testdinit DELETED ---

--- usleep.1 DELETED ---

--- usleep.c DELETED ---




More information about the Lunar-commits mailing list