diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:16 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 38841fe204079b512d6aff5183c1dedb0fa34a27 (patch) | |
tree | c2256e4bdbd64fd63c411dd8f63e230168d625fe /www-servers/cherokee | |
parent | www-servers/boa: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-38841fe204079b512d6aff5183c1dedb0fa34a27.tar.gz gentoo-38841fe204079b512d6aff5183c1dedb0fa34a27.tar.bz2 gentoo-38841fe204079b512d6aff5183c1dedb0fa34a27.zip |
www-servers/cherokee: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/cherokee')
-rw-r--r-- | www-servers/cherokee/files/cherokee-initd-1.2.99 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/cherokee/files/cherokee-initd-1.2.99 b/www-servers/cherokee/files/cherokee-initd-1.2.99 index ad4fb7f2d865..488cc819d0df 100644 --- a/www-servers/cherokee/files/cherokee-initd-1.2.99 +++ b/www-servers/cherokee/files/cherokee-initd-1.2.99 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |