diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-27 06:59:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-27 08:27:44 +0000 |
commit | 7180e3fee7185e6fafffe5e750173838cec0c430 (patch) | |
tree | 9eda469ca9bd4374cb3df5604cca93bd9e63cdf3 /testing/thttpd/thttpd.initd | |
parent | fe8c11c1954834f77fb17887c939b2866cde74a9 (diff) | |
download | aports-7180e3fee7185e6fafffe5e750173838cec0c430.tar.bz2 aports-7180e3fee7185e6fafffe5e750173838cec0c430.tar.xz |
testing/thttpd: upgrade to 2.26. Now it belongs to www-data, remove setuid from makeweb
Diffstat (limited to 'testing/thttpd/thttpd.initd')
-rw-r--r-- | testing/thttpd/thttpd.initd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/thttpd/thttpd.initd b/testing/thttpd/thttpd.initd index bd869489ee..5ba5247b6d 100644 --- a/testing/thttpd/thttpd.initd +++ b/testing/thttpd/thttpd.initd @@ -1,5 +1,4 @@ -#!/sbin/runscript - +#!/sbin/openrc-run # init.d file for thttpd name=thttpd |