summaryrefslogtreecommitdiff
path: root/www/fhttpd/files/fhttpd.sh
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 07:15:20 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 07:15:20 +0000
commit02cbdaa95ac8f02febc99f5d7dcab79361adeabb (patch)
tree2bf2b598acd0a71e33ed3a047cbce1cd9368b2fe /www/fhttpd/files/fhttpd.sh
parentHandle an invalid result code of 0 in Start-Control-Connection-Reply (diff)
Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules. PR: 15804 Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'www/fhttpd/files/fhttpd.sh')
-rw-r--r--www/fhttpd/files/fhttpd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/fhttpd/files/fhttpd.sh b/www/fhttpd/files/fhttpd.sh
new file mode 100644
index 000000000000..51bbd8b71eeb
--- /dev/null
+++ b/www/fhttpd/files/fhttpd.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -x /usr/local/sbin/fhttpd ] && /usr/local/sbin/fhttpd -c /usr/local/etc/fhttpd.conf -l /usr/local/share/fhttpd/fhttpd.log >/dev/null 2>&1 && echo -n " fhttpd"