Start the script locally on hub.

This commit is contained in:
Wolfram Schneider 1998-06-08 08:50:37 +00:00
parent 1d438ce014
commit 0be211d716
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2903
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,9 @@
#
# redirect FreeBSD man script
#
# $Id: man.cgi,v 1.1 1997-09-27 21:27:18 wosch Exp $
# $Id: man.cgi,v 1.2 1998-06-08 08:50:37 wosch Exp $
exec('/usr/local/www/bsddoc/bin/man.cgi');
$_ = $ENV{'QUERY_STRING'};
$_ = '?' . $_ if $_;

View file

@ -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 $_;