From d746e2e825e77a4ff7a969c87b0597856e26490c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 14 Oct 2010 08:39:01 -0400 Subject: Revert "add systemd services" This reverts commit f280984f691e0c3cbca2b31dad7a32a5c66ab51b. This will be reworked a bit and re-added. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65faa39a..e54651b6 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,6 @@ install: install -m755 -d $(ROOT)/etc/rc.d $(ROOT)/etc/sysconfig install -m755 rc.d/rc rc.d/rc.local rc.d/rc.sysinit $(ROOT)/etc/rc.d/ cp -af rc.d/init.d $(ROOT)/etc/rc.d/ - cp -af rc.d/rcS.d $(ROOT)/etc/rc.d/ - mkdir -p $(ROOT)/lib/systemd/system - cp -af systemd/rcS*.service $(ROOT)/lib/systemd/system install -m644 sysconfig/debug sysconfig/init sysconfig/netconsole sysconfig/readonly-root $(ROOT)/etc/sysconfig/ cp -af sysconfig/network-scripts $(ROOT)/etc/sysconfig/ cp -af ppp NetworkManager init $(ROOT)/etc @@ -173,4 +170,4 @@ archive: clean syntax-check tag changelog @sha1sum initscripts-$(VERSION).tar.bz2 > initscripts-$(VERSION).sha1sum @scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:initscripts 2>/dev/null|| scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:/srv/web/releases/i/n/initscripts @echo "Everything done, files uploaded to Fedorahosted.org" - + \ No newline at end of file -- cgit v1.2.1