diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c703a136979780678504425a5b7c72624c3ab76a (patch) | |
tree | afacafdc4b966990963e74913ed43babe19b6ec3 /net-misc | |
parent | net-misc/stargazer: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c703a136979780678504425a5b7c72624c3ab76a.tar.gz gentoo-c703a136979780678504425a5b7c72624c3ab76a.tar.bz2 gentoo-c703a136979780678504425a5b7c72624c3ab76a.zip |
net-misc/strongswan: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/strongswan/files/ipsec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/strongswan/files/ipsec b/net-misc/strongswan/files/ipsec index d8892f30b631..ac942a926366 100644 --- a/net-misc/strongswan/files/ipsec +++ b/net-misc/strongswan/files/ipsec @@ -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 |