diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:16:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:16:10 -0500 |
commit | 43e17f44b22c85caf2bf9278db6b940dc3a93f2b (patch) | |
tree | 8b113755e3bed1889de73e81512559b64386c9ac /network/thttpd/thttpd.conf | |
parent | a7ea463fff1c1d11c4d6596bfa7b56f96c78dc95 (diff) | |
download | slackbuilds-43e17f44b22c85caf2bf9278db6b940dc3a93f2b.tar.gz |
network/thttpd: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006576.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/thttpd/thttpd.conf')
-rw-r--r-- | network/thttpd/thttpd.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/thttpd/thttpd.conf b/network/thttpd/thttpd.conf deleted file mode 100644 index 22b9a9bb27..0000000000 --- a/network/thttpd/thttpd.conf +++ /dev/null @@ -1,9 +0,0 @@ -# /etc/thttpd.conf -# Minimal configuration file for thttpd -# Check thttpd(8) for more options. -host=localhost -port=80 -user=thttpd -dir=/var/www/thttpd -logfile=/var/log/thttpd.log -pidfile=/var/run/thttpd.pid |