From 04c8645bc27df59117e96b7d2da9fb6b0a5bf7c1 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 15 Mar 2022 09:49:59 -0700 Subject: Remove SUSE init.d startup files These files have not been used for years. --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c9be16..9130ff5 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ clean: # now -jXXX will still be safe # note that make may still execute the blocks in parallel .NOTPARALLEL: install_user install_programs install_initd \ - install_initd_suse install_initd_redhat install_initd_debian \ + install_initd_redhat install_initd_debian \ install_etc install_iface install_doc install_iname install: install_programs install_doc install_etc \ @@ -140,18 +140,9 @@ install_initd: $(MAKE) install_initd_debian ; \ elif [ -f /etc/redhat-release ]; then \ $(MAKE) install_initd_redhat ; \ - elif [ -f /etc/SuSE-release ]; then \ - $(MAKE) install_initd_suse ; \ fi # these are external targets to allow bypassing distribution detection -install_initd_suse: - $(INSTALL) -d $(DESTDIR)$(initddir) - $(INSTALL) -m 755 etc/initd/initd.suse \ - $(DESTDIR)$(initddir)/open-iscsi - $(INSTALL) -m 755 etc/initd/boot.suse \ - $(DESTDIR)$(initddir)/boot.open-iscsi - install_initd_redhat: $(INSTALL) -d $(DESTDIR)$(initddir) $(INSTALL) -m 755 etc/initd/initd.redhat \ -- cgit v1.2.1