[PD-cvs] pd/src s_inter.c,1.14.2.3,1.14.2.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Jun 3 02:51:51 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13569

Modified Files:
      Tag: branch-v0-39-2-extended
	s_inter.c 
Log Message:
added SIGTERM to test it, Pd should respond to it

Index: s_inter.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
retrieving revision 1.14.2.3
retrieving revision 1.14.2.4
diff -C2 -d -r1.14.2.3 -r1.14.2.4
*** s_inter.c	19 May 2007 05:29:33 -0000	1.14.2.3
--- s_inter.c	3 Jun 2007 00:51:49 -0000	1.14.2.4
***************
*** 874,877 ****
--- 874,878 ----
      signal(SIGHUP, sys_huphandler);
      signal(SIGINT, sys_exithandler);
+     signal(SIGTERM, sys_exithandler);
      signal(SIGQUIT, sys_exithandler);
      signal(SIGILL, sys_exithandler);





More information about the Pd-cvs mailing list