svn commit: r52984 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sat May 4 18:44:52 UTC 2019


Author: wosch
Date: Sat May  4 18:44:50 2019
New Revision: 52984
URL: https://svnweb.freebsd.org/changeset/doc/52984

Log:
  Remove silly alarm() call.
  
  It was introduced in r44001, and never reverted.
  
  This should finally fix the issue that you got corrupt tarballs
  for larger data, or under high load.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sat May  4 18:42:23 2019	(r52983)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sat May  4 18:44:50 2019	(r52984)
@@ -48,8 +48,6 @@ use constant HAS_FREEBSD_CGI_STYLE => eval { require "
 
 package main;
 
-alarm(10);
-
 $debug        = 2;
 $www{'title'} = 'FreeBSD Manual Pages';
 $www{'home'}  = 'https://www.FreeBSD.org';


More information about the svn-doc-all mailing list