diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
commit | e232785e536c73f50cc16831f0931d6628566069 (patch) | |
tree | d71449e2aef031b82a23591f5cc4168bdfb3b24e /www/bozohttpd/files | |
parent | 616d1987a839ec653cad07b1d16559e6646bd335 (diff) | |
download | FreeBSD-ports-e232785e536c73f50cc16831f0931d6628566069.zip FreeBSD-ports-e232785e536c73f50cc16831f0931d6628566069.tar.gz |
Add bozohttpd 5.14, the bozotic HTTP server.
PR: ports/42363
Submitted by: Janos.Mohacsi@bsd.hu
Diffstat (limited to 'www/bozohttpd/files')
-rw-r--r-- | www/bozohttpd/files/patch-Makefile | 14 | ||||
-rw-r--r-- | www/bozohttpd/files/patch-bozohttpd.8 | 22 |
2 files changed, 36 insertions, 0 deletions
diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile new file mode 100644 index 0000000..35e8ce5 --- /dev/null +++ b/www/bozohttpd/files/patch-Makefile @@ -0,0 +1,14 @@ +*** Makefile.orig Fri Aug 10 07:43:15 2001 +--- Makefile Thu Mar 21 21:16:46 2002 +*************** +*** 3,8 **** +--- 3,11 ---- + PROG= bozohttpd + MAN= bozohttpd.8 + ++ BINDIR=$(PREFIX)/libexec ++ MANDIR=$(PREFIX)/man/man ++ + .include <bsd.prog.mk> + + check: diff --git a/www/bozohttpd/files/patch-bozohttpd.8 b/www/bozohttpd/files/patch-bozohttpd.8 new file mode 100644 index 0000000..8f858e3 --- /dev/null +++ b/www/bozohttpd/files/patch-bozohttpd.8 @@ -0,0 +1,22 @@ +--- bozohttpd.8.orig Fri Aug 23 07:43:44 2002 ++++ bozohttpd.8 Tue Sep 3 10:23:12 2002 +@@ -197,8 +197,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 +@@ -218,7 +218,7 @@ + .Pp + To configure set of virtual hosts, one would use an entry like: + .Bd -literal +-www stream tcp nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd -v /var/vroot /var/www ++www stream tcp nowait:600 httpd /@@PREFIX@@/libexec/bozohttpd bozohttpd -v /var/vroot /var/www + .Ed + .Pp + and inside |