blob: 4cef3d7ce91c84c761d2cc415e8244774e16b91c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-ab,v 1.9 2002/06/26 10:53:33 lukem Exp $
--- bozohttpd.8.in.orig Sat Sep 22 20:10:00 2001
+++ bozohttpd.8.in
@@ -99,10 +99,7 @@
.Nm
from doing IP address to name resolution of hosts for setting the
.Ev REMOTE_HOST
-variable before running a CGI program. This option has no effect
-without the
-.Fl c
-option.
+variable before running a CGI program.
.It Fl r
This option causes
.Nm
@@ -172,8 +169,8 @@
.Xr inetd.conf 5
entry would be:
.Bd -literal
-www stream tcp nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www
-www stream tcp6 nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www
+www stream tcp nowait:600 httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www
+www stream tcp6 nowait:600 httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www
.Ed
.Pp
This would serve web pages from
|