Attempt to prevent man.cgi from causing a deadlock.

Provoked by:	peter, zi
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-02-19 23:49:19 +00:00
parent 413e450070
commit f502870e5d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44001

View file

@ -48,6 +48,8 @@ use constant HAS_FREEBSD_CGI_STYLE => eval { require "./cgi-style.pl"; };
package main;
alarm(10);
$debug = 2;
$www{'title'} = 'FreeBSD Man Pages';
$www{'home'} = 'http://www.FreeBSD.org';