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 | 7c9229ff5428ef880e9ef1616b5d82aea44d9356 (patch) | |
tree | af3b6bc053fd4f88d8f18b149bc997b52b8e3b56 /net-firewall | |
parent | net-firewall/gshield: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7c9229ff5428ef880e9ef1616b5d82aea44d9356.tar.gz gentoo-7c9229ff5428ef880e9ef1616b5d82aea44d9356.tar.bz2 gentoo-7c9229ff5428ef880e9ef1616b5d82aea44d9356.zip |
net-firewall/ipsec-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipsec-tools/files/racoon.init.d-r2 | 2 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/files/racoon.init.d-r3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipsec-tools/files/racoon.init.d-r2 b/net-firewall/ipsec-tools/files/racoon.init.d-r2 index aeed27d2287c..f338b5177236 100644 --- a/net-firewall/ipsec-tools/files/racoon.init.d-r2 +++ b/net-firewall/ipsec-tools/files/racoon.init.d-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-firewall/ipsec-tools/files/racoon.init.d-r3 b/net-firewall/ipsec-tools/files/racoon.init.d-r3 index 5bfc654ed904..66e10bb84d42 100644 --- a/net-firewall/ipsec-tools/files/racoon.init.d-r3 +++ b/net-firewall/ipsec-tools/files/racoon.init.d-r3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |