summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/scripts/web
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/usr.bin/nc/scripts/web2
-rw-r--r--src/usr.bin/nc/scripts/webproxy2
-rw-r--r--src/usr.bin/nc/scripts/webrelay2
-rw-r--r--src/usr.bin/nc/scripts/websearch2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/usr.bin/nc/scripts/web b/src/usr.bin/nc/scripts/web
index 382b18e1e3..709c5c410f 100644
--- a/src/usr.bin/nc/scripts/web
+++ b/src/usr.bin/nc/scripts/web
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: web,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## The web sucks. It is a mighty dismal kludge built out of a thousand 4## The web sucks. It is a mighty dismal kludge built out of a thousand
3## tiny dismal kludges all band-aided together, and now these bottom-line 5## tiny dismal kludges all band-aided together, and now these bottom-line
4## clueless pinheads who never heard of "TCP handshake" want to run 6## clueless pinheads who never heard of "TCP handshake" want to run
diff --git a/src/usr.bin/nc/scripts/webproxy b/src/usr.bin/nc/scripts/webproxy
index cee2d29fd1..f670e4d644 100644
--- a/src/usr.bin/nc/scripts/webproxy
+++ b/src/usr.bin/nc/scripts/webproxy
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: webproxy,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## Web proxy, following the grand tradition of Web things being handled by 4## Web proxy, following the grand tradition of Web things being handled by
3## gross scripts. Uses netcat to listen on a high port [default 8000], 5## gross scripts. Uses netcat to listen on a high port [default 8000],
4## picks apart requests and sends them on to the right place. Point this 6## picks apart requests and sends them on to the right place. Point this
diff --git a/src/usr.bin/nc/scripts/webrelay b/src/usr.bin/nc/scripts/webrelay
index 829a8b0708..a0aa9e2a97 100644
--- a/src/usr.bin/nc/scripts/webrelay
+++ b/src/usr.bin/nc/scripts/webrelay
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: webrelay,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## web relay -- a degenerate version of webproxy, usable with browsers that 4## web relay -- a degenerate version of webproxy, usable with browsers that
3## don't understand proxies. This just forwards connections to a given server. 5## don't understand proxies. This just forwards connections to a given server.
4## No query logging, no access control [although you can add it to XNC for 6## No query logging, no access control [although you can add it to XNC for
diff --git a/src/usr.bin/nc/scripts/websearch b/src/usr.bin/nc/scripts/websearch
index 60c3a3356a..9391c77bde 100644
--- a/src/usr.bin/nc/scripts/websearch
+++ b/src/usr.bin/nc/scripts/websearch
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: websearch,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## Hit the major search engines. Hose the [large] output to a file! 4## Hit the major search engines. Hose the [large] output to a file!
3## autoconverts multiple arguments into the right format for given servers -- 5## autoconverts multiple arguments into the right format for given servers --
4## usually worda+wordb, with certain lame exceptions like dejanews. 6## usually worda+wordb, with certain lame exceptions like dejanews.