diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5fcb8cf0278813703d7e178e7073667c9c7529ea (patch) | |
tree | a5c25e38e3e55e286b4d306c69c21c49204c032c /www-servers/thttpd | |
parent | www-servers/spawn-fcgi: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5fcb8cf0278813703d7e178e7073667c9c7529ea.tar.gz gentoo-5fcb8cf0278813703d7e178e7073667c9c7529ea.tar.bz2 gentoo-5fcb8cf0278813703d7e178e7073667c9c7529ea.zip |
www-servers/thttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r-- | www-servers/thttpd/files/thttpd.init.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/thttpd/files/thttpd.init.1 b/www-servers/thttpd/files/thttpd.init.1 index 415ead79d6a6..3b7756eae19a 100644 --- a/www-servers/thttpd/files/thttpd.init.1 +++ b/www-servers/thttpd/files/thttpd.init.1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v3 or later |