mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
17 lines
378 B
Text
17 lines
378 B
Text
--- bin/tclhttpd.rc Mon Sep 25 18:47:35 2000
|
|
+++ bin/tclhttpd.rc Thu Mar 29 15:19:59 2001
|
|
@@ -24,2 +24,4 @@
|
|
foreach d [list \
|
|
+ [file join [Config home] \
|
|
+ ../share/tclhttpd@VER@]] \
|
|
[file join [Config home] ../htdocs] \
|
|
@@ -51,3 +53,3 @@
|
|
|
|
-Config uid 50
|
|
+Config uid 65534 ;# BSD's nobody
|
|
|
|
@@ -60,3 +62,3 @@
|
|
|
|
-Config gid 50
|
|
+Config gid 65534 ;# BSD's nobody group
|
|
|