From 47b097ca9827acb57ea5b601c29840912eae9873 Mon Sep 17 00:00:00 2001 From: Bernhard Rosenkraenzer Date: Mon, 24 Jul 2000 14:19:47 +0000 Subject: /etc/init.d -> /etc/rc.d/init.d --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 32d87b9b..654483e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ install: # not installed by default, only comes from sources. install-test: install -s -m 755 testd $(ROOT)/usr/sbin/testd - install -m 755 testdinit $(ROOT)/etc/init.d/testd + install -m 755 testdinit $(ROOT)/etc/rc.d/init.d/testd ipcalc: ipcalc.o $(CC) $(LDFLAGS) -o $@ $< /usr/lib/libpopt.a -- cgit v1.2.1