rpms/callweaver/devel callweaver-open-macro.patch,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Thu Aug 23 09:00:36 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/callweaver/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4684

Modified Files:
	callweaver-open-macro.patch 
Log Message:
another one

callweaver-open-macro.patch:

Index: callweaver-open-macro.patch
===================================================================
RCS file: /cvs/pkgs/rpms/callweaver/devel/callweaver-open-macro.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- callweaver-open-macro.patch	23 Aug 2007 08:50:28 -0000	1.1
+++ callweaver-open-macro.patch	23 Aug 2007 09:00:32 -0000	1.2
@@ -18,3 +18,14 @@
  				opbx_log(LOG_WARNING, "Unable to open %s\n", fn);
  				fclose(bfile);
  				free(fn);
+--- callweaver-RC-1.1.99.20070822/channels/chan_zap.c~	2007-08-22 18:34:42.000000000 +0100
++++ callweaver-RC-1.1.99.20070822/channels/chan_zap.c	2007-08-23 10:00:08.000000000 +0100
+@@ -8965,7 +8965,7 @@ static int handle_pri_set_debug_file(int
+ 		if (opbx_strlen_zero(argv[4]))
+ 			return RESULT_SHOWUSAGE;
+ 
+-		myfd = open(argv[4], O_CREAT|O_WRONLY);
++		myfd = open(argv[4], O_CREAT|O_WRONLY, 0600);
+ 		if (myfd < 0) {
+ 			opbx_cli(fd, "Unable to open '%s' for writing\n", argv[4]);
+ 			return RESULT_SUCCESS;




More information about the scm-commits mailing list