aboutsummaryrefslogtreecommitdiff
path: root/en/cgi/man-wrapper.cgi
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-06-08 08:50:37 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-06-08 08:50:37 +0000
commit0be211d716632265f44e549d4ea017363b418964 (patch)
tree9f39752be1502c1df9effe799a705f56b4d63f40 /en/cgi/man-wrapper.cgi
parent1d438ce014f5ae8f94c5d81b2506a8885331047c (diff)
downloaddoc-0be211d716632265f44e549d4ea017363b418964.tar.gz
doc-0be211d716632265f44e549d4ea017363b418964.zip
Start the script locally on hub.
Notes
Notes: svn path=/www/; revision=2903
Diffstat (limited to 'en/cgi/man-wrapper.cgi')
-rwxr-xr-xen/cgi/man-wrapper.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/cgi/man-wrapper.cgi b/en/cgi/man-wrapper.cgi
index 1fd1a62c00..64ec3b11cf 100755
--- a/en/cgi/man-wrapper.cgi
+++ b/en/cgi/man-wrapper.cgi
@@ -3,7 +3,9 @@
#
# redirect FreeBSD man script
#
-# $Id: man-wrapper.cgi,v 1.1 1997-09-27 21:27:18 wosch Exp $
+# $Id: man-wrapper.cgi,v 1.2 1998-06-08 08:50:37 wosch Exp $
+
+exec('/usr/local/www/bsddoc/bin/man.cgi');
$_ = $ENV{'QUERY_STRING'};
$_ = '?' . $_ if $_;