diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3c07b132a96f7faaef1799f1e3dbbf23a082ac11 (patch) | |
tree | 53e292844dd666c4d02a61a81acfa0274c7f0648 /net-firewall | |
parent | net-firewall/ebtables: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3c07b132a96f7faaef1799f1e3dbbf23a082ac11.tar.gz gentoo-3c07b132a96f7faaef1799f1e3dbbf23a082ac11.tar.bz2 gentoo-3c07b132a96f7faaef1799f1e3dbbf23a082ac11.zip |
net-firewall/firehol: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/files/firehol.initrd | 2 | ||||
-rw-r--r-- | net-firewall/firehol/files/fireqos.initrd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firehol/files/firehol.initrd b/net-firewall/firehol/files/firehol.initrd index 8d34b68b14ee..d02bccef1088 100644 --- a/net-firewall/firehol/files/firehol.initrd +++ b/net-firewall/firehol/files/firehol.initrd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/firehol/files/fireqos.initrd b/net-firewall/firehol/files/fireqos.initrd index ebfbaac5b6e2..94c6fa9fae80 100644 --- a/net-firewall/firehol/files/fireqos.initrd +++ b/net-firewall/firehol/files/fireqos.initrd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |