commit: b86a1316899a4723231f5385c747e7c6484f497c Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed May 18 06:35:19 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86a1316
www-servers/lighttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/lighttpd/files/lighttpd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index 8abe3ba..04dd8cc 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$
