diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2948f328412b55770e135bb8a49e398101581019 (patch) | |
tree | 7c73564a412c197d1f8ecb75875f8f9f52be10a0 /net-misc/openvpn | |
parent | net-misc/openssh: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2948f328412b55770e135bb8a49e398101581019.tar.gz gentoo-2948f328412b55770e135bb8a49e398101581019.tar.bz2 gentoo-2948f328412b55770e135bb8a49e398101581019.zip |
net-misc/openvpn: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/openvpn')
-rw-r--r-- | net-misc/openvpn/files/openvpn-2.1.init | 2 | ||||
-rw-r--r-- | net-misc/openvpn/files/openvpn.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvpn/files/openvpn-2.1.init b/net-misc/openvpn/files/openvpn-2.1.init index d65e6f8bd7c4..b42aa13d20de 100644 --- a/net-misc/openvpn/files/openvpn-2.1.init +++ b/net-misc/openvpn/files/openvpn-2.1.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/net-misc/openvpn/files/openvpn.init b/net-misc/openvpn/files/openvpn.init index 489ab497dce4..1569394852a5 100644 --- a/net-misc/openvpn/files/openvpn.init +++ b/net-misc/openvpn/files/openvpn.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |