diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:43 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 14516806da36cd8646e943c5a0b1610ce3196f1f (patch) | |
tree | 3510ce7731d8facfec434a1f90e4fa48ff380b36 /net-firewall | |
parent | net-firewall/ipsec-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-14516806da36cd8646e943c5a0b1610ce3196f1f.tar.gz gentoo-14516806da36cd8646e943c5a0b1610ce3196f1f.tar.bz2 gentoo-14516806da36cd8646e943c5a0b1610ce3196f1f.zip |
net-firewall/ipset: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipset/files/ipset.initd-r2 | 2 | ||||
-rw-r--r-- | net-firewall/ipset/files/ipset.initd-r3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipset/files/ipset.initd-r2 b/net-firewall/ipset/files/ipset.initd-r2 index e97ebe352069..ac563597f54a 100644 --- a/net-firewall/ipset/files/ipset.initd-r2 +++ b/net-firewall/ipset/files/ipset.initd-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-firewall/ipset/files/ipset.initd-r3 b/net-firewall/ipset/files/ipset.initd-r3 index 66294da58058..5456afffd63e 100644 --- a/net-firewall/ipset/files/ipset.initd-r3 +++ b/net-firewall/ipset/files/ipset.initd-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |