aboutsummaryrefslogtreecommitdiffstats
path: root/main/darkhttpd
diff options
context:
space:
mode:
authorWictor Lund <wictory@iki.fi>2020-02-19 21:45:26 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-02-19 17:58:05 -0300
commit6488e7cc810a25c6b4e12ff9d164702e3ae0d184 (patch)
treeb4e0f9c5f63fcaab095b00e8e5a08c8156fc78e6 /main/darkhttpd
parent51179aa0c4911bc331ac2e14b08919c9ec428746 (diff)
downloadaports-6488e7cc810a25c6b4e12ff9d164702e3ae0d184.tar.bz2
aports-6488e7cc810a25c6b4e12ff9d164702e3ae0d184.tar.xz
main/darkhttpd: --daemon should not be used with supervise-daemon
When --daemon is present when darkhttpd is supervised, openrc can't kill darkhttpd.
Diffstat (limited to 'main/darkhttpd')
-rw-r--r--main/darkhttpd/APKBUILD2
-rw-r--r--main/darkhttpd/darkhttpd.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/darkhttpd/APKBUILD b/main/darkhttpd/APKBUILD
index aa7c9bb583..68e95611d8 100644
--- a/main/darkhttpd/APKBUILD
+++ b/main/darkhttpd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=darkhttpd
pkgver=1.12
-pkgrel=3
+pkgrel=4
pkgdesc="A simple, single-threaded, static content webserver"
url="https://unix4lyfe.org/darkhttpd/"
arch="all"
diff --git a/main/darkhttpd/darkhttpd.initd b/main/darkhttpd/darkhttpd.initd
index dc23c6e621..93154234d8 100644
--- a/main/darkhttpd/darkhttpd.initd
+++ b/main/darkhttpd/darkhttpd.initd
@@ -6,7 +6,7 @@ name="darkhttpd web server"
description="Simple, single-threaded, static content webserver"
command="/usr/bin/darkhttpd"
-command_args="${document_root:-/var/www/localhost/htdocs} --chroot --daemon --uid darkhttpd --gid www-data $darkhttpd_args"
+command_args="${document_root:-/var/www/localhost/htdocs} --chroot --uid darkhttpd --gid www-data $darkhttpd_args"
optional_arg() {
if [ -n "$2" ]; then