aboutsummaryrefslogtreecommitdiffstats
path: root/testing/darkhttpd/darkhttpd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-03-05 13:05:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-05 13:05:59 +0000
commit34bb9471c2e890af271fa44be12d10bd7e338fc7 (patch)
treee549ee16e97fef6f70ef6a301a50816c388361c2 /testing/darkhttpd/darkhttpd.initd
parenta5ac58262ab0318bc181c18c069d65325460d58b (diff)
downloadaports-34bb9471c2e890af271fa44be12d10bd7e338fc7.tar.bz2
aports-34bb9471c2e890af271fa44be12d10bd7e338fc7.tar.xz
main/darkhttpd: moved from testing
fixes #2538
Diffstat (limited to 'testing/darkhttpd/darkhttpd.initd')
-rw-r--r--testing/darkhttpd/darkhttpd.initd8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/darkhttpd/darkhttpd.initd b/testing/darkhttpd/darkhttpd.initd
deleted file mode 100644
index a7efb16605..0000000000
--- a/testing/darkhttpd/darkhttpd.initd
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /sbin/runscript
-
-description="darkhttpd web server"
-command="/usr/bin/darkhttpd"
-command_args="${document_root:-/var/www/localhost/htdocs} --chroot --daemon --uid darkhttpd --gid www-data --log /var/log/darkhttpd/access.log"
-procname="darkhttpd"
-pidfile=""
-stopsig="SIGTERM"