[dm-devel] multipath-tools/multipathd main.c

bmarzins at sourceware.org bmarzins at sourceware.org
Thu Apr 26 17:47:01 UTC 2007


CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL4_FC5
Changes by:	bmarzins at sourceware.org	2007-04-26 18:47:01

Modified files:
	multipathd     : main.c 

Log message:
	pulled upstream patch to fix multipath daemon segfaults.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipathd/main.c.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.66.2.1&r2=1.66.2.2

--- multipath-tools/multipathd/main.c	2006/07/11 22:49:22	1.66.2.1
+++ multipath-tools/multipathd/main.c	2007/04/26 17:47:01	1.66.2.2
@@ -1542,6 +1542,7 @@
 	signal_set(SIGINT, sigend);
 	signal_set(SIGTERM, sigend);
 	signal_set(SIGKILL, sigend);
+	signal(SIGPIPE, SIG_IGN);
 }
 
 static void




More information about the dm-devel mailing list