1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
We don't ship upstream's init that is fedora/suse specific
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,18 +59,6 @@
contrib/fcc.sh contrib/fcoe-setup.sh contrib/fcoe_edd.sh \
debug/dcbcheck.sh debug/fcoedump.sh
-CLEANFILES = etc/initd/fcoe
-etc/initd/fcoe:
- mkdir -p etc/initd
- if [ -f /etc/fedora-release ] || [ -f /etc/redhat-release ]; then \
- ln -s ${abs_srcdir}/etc/initd/initd.fedora $@; \
- else \
- ln -s ${abs_srcdir}/etc/initd/initd.suse $@; \
- fi
-
-init_ddir = ${sysconfdir}/init.d
-init_d_SCRIPTS = etc/initd/fcoe
-
dist_noinst_DATA = README COPYING INSTALL CONFIGURE QUICKSTART fcoe-utils.spec etc/config
bashcompletiondir = $(datadir)/bash-completion/completions
|