Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 10219bdab71a4ca8bcb9e1cc5554ee53 > files > 21

sysvinit-2.86-6mdv2008.0.src.rpm

--- ./man/init.8.gege	Thu Oct  4 14:02:22 2001
+++ ./man/init.8	Wed Jan 23 22:31:37 2002
@@ -268,7 +268,7 @@
 .\"{{{  Diagnostics
 .SH DIAGNOSTICS
 If \fBinit\fP finds that it is continuously respawning an entry
-more than 10 times in 2 minutes, it will assume that there is an error
+more than 3 times in 20 seconds, it will assume that there is an error
 in the command string, generate an error message on the system console,
 and refuse to respawn this entry until either 5 minutes has elapsed or
 it receives a signal.  This prevents it from eating up system resources
--- ./src/init.h.gege	Thu Jun  3 21:22:59 1999
+++ ./src/init.h	Wed Jan 23 22:31:12 2002
@@ -20,8 +20,8 @@
 #define STATE_PIPE 11			/* used to pass state through exec */
 
 /* Failsafe configuration */
-#define MAXSPAWN   10			/* Max times respawned in.. */
-#define TESTTIME   120			/* this much seconds */
+#define MAXSPAWN   3			/* Max times respawned in.. */
+#define TESTTIME   20			/* this much seconds */
 #define SLEEPTIME  300			/* Disable time */
 
 /* Default path inherited by every child if it's not set. */