diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:19 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b86a1316899a4723231f5385c747e7c6484f497c (patch) | |
tree | e8abe4ff09adfe1311ea0a490463339ce98b7c84 /www-servers/lighttpd | |
parent | www-servers/hiawatha: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b86a1316899a4723231f5385c747e7c6484f497c.tar.gz gentoo-b86a1316899a4723231f5385c747e7c6484f497c.tar.bz2 gentoo-b86a1316899a4723231f5385c747e7c6484f497c.zip |
www-servers/lighttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index 8abe3bae5d24..04dd8cc0e872 100644 --- a/www-servers/lighttpd/files/lighttpd.initd +++ b/www-servers/lighttpd/files/lighttpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |