summaryrefslogtreecommitdiffstats
path: root/rules/nftables.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/nftables.make')
-rw-r--r--rules/nftables.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/nftables.make b/rules/nftables.make
index ab84ff8e3..542071d2c 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -57,7 +57,6 @@ $(STATEDIR)/nftables.targetinstall:
@$(call install_copy, nftables, 0, 0, 0755, -, /usr/sbin/nft)
@$(call install_alternative, nftables, 0, 0, 0755, /etc/nftables.conf)
-ifdef PTXCONF_INITMETHOD_BBINIT
ifdef PTXCONF_NFTABLES_STARTSCRIPT
@$(call install_alternative, nftables, 0, 0, 0755, /etc/init.d/nftables)
@@ -66,7 +65,6 @@ ifneq ($(call remove_quotes,$(PTXCONF_NFTABLES_BBINIT_LINK)),)
/etc/rc.d/$(PTXCONF_NFTABLES_BBINIT_LINK))
endif
endif
-endif
ifdef PTXCONF_NFTABLES_SYSTEMD_UNIT
@$(call install_alternative, nftables, 0, 0, 0644, /usr/lib/systemd/system/nftables.service)