mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
needed by the tclhttpd into one file. I submitted this back in December, but nobody cared since. Now I can commit this myself :) PR: ports/23310 Submitted by: mi
12 lines
242 B
Text
12 lines
242 B
Text
--- bin/tclhttpd.rc Mon Apr 24 21:39:19 2000
|
|
+++ bin/tclhttpd.rc Fri Apr 28 19:23:21 2000
|
|
@@ -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
|
|
|