1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/tclhttpd/files/patch-ae
Neil Blakey-Milner 57dc407478 Add tclhttpd, a pure-Tcl implementation of a HTTP server.
PR:		ports/19870
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-07-20 11:55:59 +00:00

17 lines
372 B
Plaintext

--- bin/tclhttpd.rc Mon Apr 24 21:39:19 2000
+++ bin/tclhttpd.rc Fri Apr 28 19:23:21 2000
@@ -24,2 +24,3 @@
foreach d [list \
+ [file join [Config home] ../share/tclhttpd3.0.3] \
[file join [Config home] ../htdocs] \
@@ -36,3 +36,3 @@
-Config uid 50
+Config uid 65534 ;# BSD's nobody
@@ -45,3 +45,3 @@
-Config gid 50
+Config gid 65534 ;# BSD's nobody group