summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projectroot/usr/lib/systemd/system/ip6tables.service (renamed from projectroot/lib/systemd/system/ip6tables.service)0
-rw-r--r--projectroot/usr/lib/systemd/system/iptables.service (renamed from projectroot/lib/systemd/system/iptables.service)0
-rw-r--r--rules/iptables.make8
3 files changed, 4 insertions, 4 deletions
diff --git a/projectroot/lib/systemd/system/ip6tables.service b/projectroot/usr/lib/systemd/system/ip6tables.service
index e842cc197..e842cc197 100644
--- a/projectroot/lib/systemd/system/ip6tables.service
+++ b/projectroot/usr/lib/systemd/system/ip6tables.service
diff --git a/projectroot/lib/systemd/system/iptables.service b/projectroot/usr/lib/systemd/system/iptables.service
index fa4a8b367..fa4a8b367 100644
--- a/projectroot/lib/systemd/system/iptables.service
+++ b/projectroot/usr/lib/systemd/system/iptables.service
diff --git a/rules/iptables.make b/rules/iptables.make
index 16b7820b6..c6effca35 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -134,9 +134,9 @@ ifdef PTXCONF_IPTABLES_IPV6_SYSTEMD_UNIT
@$(call install_alternative, iptables, 0, 0, 0644, /etc/iptables/rules.v6)
@$(call install_alternative, iptables, 0, 0, 0755, /usr/sbin/ip6tables-flush)
@$(call install_alternative, iptables, 0, 0, 0644, \
- /lib/systemd/system/ip6tables.service)
+ /usr/lib/systemd/system/ip6tables.service)
@$(call install_link, iptables, ../ip6tables.service, \
- /lib/systemd/system/multi-user.target.wants/ip6tables.service)
+ /usr/lib/systemd/system/multi-user.target.wants/ip6tables.service)
endif
ifdef PTXCONF_IPTABLES_IPV4_SYSTEMD_UNIT
@@ -144,9 +144,9 @@ ifdef PTXCONF_IPTABLES_IPV4_SYSTEMD_UNIT
@$(call install_alternative, iptables, 0, 0, 0644, /etc/iptables/rules.v4)
@$(call install_alternative, iptables, 0, 0, 0755, /usr/sbin/iptables-flush)
@$(call install_alternative, iptables, 0, 0, 0644, \
- /lib/systemd/system/iptables.service)
+ /usr/lib/systemd/system/iptables.service)
@$(call install_link, iptables, ../iptables.service, \
- /lib/systemd/system/multi-user.target.wants/iptables.service)
+ /usr/lib/systemd/system/multi-user.target.wants/iptables.service)
endif
endif