commit: 6dd45ced78a8a3cd07885af21def407ab54d19f7
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 22:07:49 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 22:08:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd45ced
net-firewall/firehol: rename initd/confd files
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-firewall/firehol/files/{firehol.conf.d => firehol.confd} | 0
net-firewall/firehol/files/{firehol.initrd => firehol.initd} | 2 +-
net-firewall/firehol/files/{fireqos.conf.d => fireqos.confd} | 0
net-firewall/firehol/files/{fireqos.initrd => fireqos.initd} | 2 +-
net-firewall/firehol/firehol-3.1.3-r1.ebuild | 10 +++++-----
net-firewall/firehol/firehol-3.1.3.ebuild | 10 +++++-----
net-firewall/firehol/firehol-3.1.4.ebuild | 8 ++++----
net-firewall/firehol/firehol-3.1.6.ebuild | 8 ++++----
8 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/net-firewall/firehol/files/firehol.conf.d
b/net-firewall/firehol/files/firehol.confd
similarity index 100%
rename from net-firewall/firehol/files/firehol.conf.d
rename to net-firewall/firehol/files/firehol.confd
diff --git a/net-firewall/firehol/files/firehol.initrd
b/net-firewall/firehol/files/firehol.initd
similarity index 96%
rename from net-firewall/firehol/files/firehol.initrd
rename to net-firewall/firehol/files/firehol.initd
index 05fc3a2f11c..719f336c46f 100644
--- a/net-firewall/firehol/files/firehol.initrd
+++ b/net-firewall/firehol/files/firehol.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
extra_commands="save panic try"
diff --git a/net-firewall/firehol/files/fireqos.conf.d
b/net-firewall/firehol/files/fireqos.confd
similarity index 100%
rename from net-firewall/firehol/files/fireqos.conf.d
rename to net-firewall/firehol/files/fireqos.confd
diff --git a/net-firewall/firehol/files/fireqos.initrd
b/net-firewall/firehol/files/fireqos.initd
similarity index 95%
rename from net-firewall/firehol/files/fireqos.initrd
rename to net-firewall/firehol/files/fireqos.initd
index 628cc9d3c4a..de94ce9840e 100644
--- a/net-firewall/firehol/files/fireqos.initrd
+++ b/net-firewall/firehol/files/fireqos.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
depend() {
diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
index 866cded9cb6..db92d61855d 100644
--- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
+++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -57,8 +57,8 @@ src_configure() {
src_install() {
default
- newconfd "${FILESDIR}"/firehol.conf.d firehol
- newinitd "${FILESDIR}"/firehol.initrd firehol
- newconfd "${FILESDIR}"/fireqos.conf.d fireqos
- newinitd "${FILESDIR}"/fireqos.initrd fireqos
+ newconfd "${FILESDIR}"/firehol.confd firehol
+ newinitd "${FILESDIR}"/firehol.initd firehol
+ newconfd "${FILESDIR}"/fireqos.confd fireqos
+ newinitd "${FILESDIR}"/fireqos.initd fireqos
}
diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild
b/net-firewall/firehol/firehol-3.1.3.ebuild
index b153a88c319..11a79fd5b62 100644
--- a/net-firewall/firehol/firehol-3.1.3.ebuild
+++ b/net-firewall/firehol/firehol-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -54,8 +54,8 @@ src_configure() {
src_install() {
default
- newconfd "${FILESDIR}"/firehol.conf.d firehol
- newinitd "${FILESDIR}"/firehol.initrd firehol
- newconfd "${FILESDIR}"/fireqos.conf.d fireqos
- newinitd "${FILESDIR}"/fireqos.initrd fireqos
+ newconfd "${FILESDIR}"/firehol.confd firehol
+ newinitd "${FILESDIR}"/firehol.initd firehol
+ newconfd "${FILESDIR}"/fireqos.confd fireqos
+ newinitd "${FILESDIR}"/fireqos.initd fireqos
}
diff --git a/net-firewall/firehol/firehol-3.1.4.ebuild
b/net-firewall/firehol/firehol-3.1.4.ebuild
index 67745a1203c..d9c5fb2ca8d 100644
--- a/net-firewall/firehol/firehol-3.1.4.ebuild
+++ b/net-firewall/firehol/firehol-3.1.4.ebuild
@@ -57,8 +57,8 @@ src_configure() {
src_install() {
default
- newconfd "${FILESDIR}"/firehol.conf.d firehol
- newinitd "${FILESDIR}"/firehol.initrd firehol
- newconfd "${FILESDIR}"/fireqos.conf.d fireqos
- newinitd "${FILESDIR}"/fireqos.initrd fireqos
+ newconfd "${FILESDIR}"/firehol.confd firehol
+ newinitd "${FILESDIR}"/firehol.initd firehol
+ newconfd "${FILESDIR}"/fireqos.confd fireqos
+ newinitd "${FILESDIR}"/fireqos.initd fireqos
}
diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild
b/net-firewall/firehol/firehol-3.1.6.ebuild
index 626180343e1..8bddf14115b 100644
--- a/net-firewall/firehol/firehol-3.1.6.ebuild
+++ b/net-firewall/firehol/firehol-3.1.6.ebuild
@@ -60,8 +60,8 @@ src_configure() {
src_install() {
default
- newconfd "${FILESDIR}"/firehol.conf.d firehol
- newinitd "${FILESDIR}"/firehol.initrd firehol
- newconfd "${FILESDIR}"/fireqos.conf.d fireqos
- newinitd "${FILESDIR}"/fireqos.initrd fireqos
+ newconfd "${FILESDIR}"/firehol.confd firehol
+ newinitd "${FILESDIR}"/firehol.initd firehol
+ newconfd "${FILESDIR}"/fireqos.confd fireqos
+ newinitd "${FILESDIR}"/fireqos.initd fireqos
}