diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5ea0113e8fb268901dac170f537b5d3ffa1e40dd (patch) | |
tree | f00178e339f9ca7314a36ddd735b25cbcc961094 | |
parent | net-misc/vde: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5ea0113e8fb268901dac170f537b5d3ffa1e40dd.tar.gz gentoo-5ea0113e8fb268901dac170f537b5d3ffa1e40dd.tar.bz2 gentoo-5ea0113e8fb268901dac170f537b5d3ffa1e40dd.zip |
net-misc/vpnc: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | net-misc/vpnc/files/vpnc-2.init | 2 | ||||
-rw-r--r-- | net-misc/vpnc/files/vpnc-3.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vpnc/files/vpnc-2.init b/net-misc/vpnc/files/vpnc-2.init index c47198f43811..99c3b05f9783 100644 --- a/net-misc/vpnc/files/vpnc-2.init +++ b/net-misc/vpnc/files/vpnc-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-misc/vpnc/files/vpnc-3.init b/net-misc/vpnc/files/vpnc-3.init index c50f933a0fd3..be0aa0fe6b18 100644 --- a/net-misc/vpnc/files/vpnc-3.init +++ b/net-misc/vpnc/files/vpnc-3.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |