diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
commit | 33fdc467a2557ff913d51a3486fb5bd020e3756c (patch) | |
tree | a0c9e2200b3c147e16281d6c8129510a46dd9511 /www/bozohttpd/files | |
parent | Upgrade to 2.0. (diff) |
Add bozohttpd 5.14, the bozotic HTTP server.
PR: ports/42363
Submitted by: Janos.Mohacsi@bsd.hu
Notes
Notes:
svn path=/head/; revision=65957
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 000000000000..35e8ce53ef79 --- /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 000000000000..8f858e350026 --- /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 |