[4.1] 1955e46 Update params.h to reflect changes in mgt_param_tbl.c

Martin Blix Grydeland martin at varnish-software.com
Fri Sep 4 15:54:53 CEST 2015


commit 1955e4601d9e53758884c598b70eeffca59de173
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue Aug 4 12:03:37 2015 +0200

    Update params.h to reflect changes in mgt_param_tbl.c

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 22addb0..71e9da4 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -962,12 +962,12 @@ PARAM(
 	/* var */	sigsegv_handler,
 	/* min */	none,
 	/* max */	none,
-	/* default */	off,
+	/* default */	on,
 	/* units */	bool,
 	/* flags */	0| MUST_RESTART,
 	/* s-text */
 	"Install a signal handler which tries to dump debug information on "
-	"segmentation and buserror faults.\n",
+	"segmentation faults, bus errors and abort signals.\n",
 	/* l-text */	"",
 	/* func */	NULL
 )



More information about the varnish-commit mailing list