diff options
Diffstat (limited to 'www/lhs/patches/patch-ac')
-rw-r--r-- | www/lhs/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lhs/patches/patch-ac b/www/lhs/patches/patch-ac new file mode 100644 index 00000000000..5a89d7c8f03 --- /dev/null +++ b/www/lhs/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/06/18 12:09:25 agc Exp $ + +--- lhs.c 2002/06/18 11:54:40 1.1 ++++ lhs.c 2002/06/18 11:54:05 +@@ -592,7 +592,7 @@ + " -s version set SSL protocol version (default: SSLv2)\n" + " -c filename load certificate file (default: lhs.pem)\n" + #endif +-" -r path set server's root directory (default: /home/httpd/html)\n" ++" -r path set server's root directory (default: " DEFAULT_ROOT_DIR ")\n" + " -u user switch to other user after startup\n" + " -g group change gid to other than user's\n" + " -m socks set number of sockets (default: 50, min: 3)\n" |