diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:17 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d675bf7b65a781d3ed5cd896614e82262fd2d20d (patch) | |
tree | ed54a2699783fa729d6fde1bd2af00eda1e1de18 /www-servers/gatling | |
parent | 38841fe204079b512d6aff5183c1dedb0fa34a27 (diff) | |
download | gentoo-d675bf7b65a781d3ed5cd896614e82262fd2d20d.tar.gz gentoo-d675bf7b65a781d3ed5cd896614e82262fd2d20d.tar.xz |
www-servers/gatling: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/gatling')
-rw-r--r-- | www-servers/gatling/files/gatling.initd | 2 | ||||
-rw-r--r-- | www-servers/gatling/files/gatling.initd-2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/gatling/files/gatling.initd b/www-servers/gatling/files/gatling.initd index be28d958a02..af8c0efbad2 100644 --- a/www-servers/gatling/files/gatling.initd +++ b/www-servers/gatling/files/gatling.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/www-servers/gatling/files/gatling.initd-2 b/www-servers/gatling/files/gatling.initd-2 index 0d5c5fcd4c1..77f436009b3 100644 --- a/www-servers/gatling/files/gatling.initd-2 +++ b/www-servers/gatling/files/gatling.initd-2 @@ -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 |