Attempt to prevent man.cgi from causing a deadlock.
Provoked by: peter, zi Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
413e450070
commit
f502870e5d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44001
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue