rpms/sblim-cmpi-dhcp/F-12 sblim-cmpi-dhcp-0.5.5-open.patch, NONE, 1.1 sources, 1.1, 1.2

vcrhonek vcrhonek at fedoraproject.org
Tue Nov 3 15:42:51 UTC 2009


Author: vcrhonek

Update of /cvs/extras/rpms/sblim-cmpi-dhcp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4778

Modified Files:
	sources 
Added Files:
	sblim-cmpi-dhcp-0.5.5-open.patch 
Log Message:
Initial commit

sblim-cmpi-dhcp-0.5.5-open.patch:
 libuniquekey.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sblim-cmpi-dhcp-0.5.5-open.patch ---
diff -up sblim-cmpi-dhcp-0.5.5/hashing/libuniquekey.c_old sblim-cmpi-dhcp-0.5.5/hashing/libuniquekey.c
--- sblim-cmpi-dhcp-0.5.5/hashing/libuniquekey.c_old	2008-05-08 17:26:28.000000000 +0200
+++ sblim-cmpi-dhcp-0.5.5/hashing/libuniquekey.c	2009-06-02 12:53:47.000000000 +0200
@@ -506,7 +506,7 @@ int getUniqueKey(char * filepath, int li
 		    LOG("getUniqueKey", "Forked - in the child process");
 			for (i=getdtablesize();i>=0;--i)  /** close all the opened files for this process */
 				close(i); 
-			i=open(tmpfile, O_RDWR|O_CREAT|O_TRUNC); 
+			i=open(tmpfile, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); 
 			i = dup(i); 
 			execlp("diff","diff", wbemname, filepath,(char *) 0); /** check if there exists any differences
 										  between the copy of the config file and the


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sblim-cmpi-dhcp/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Oct 2009 22:11:03 -0000	1.1
+++ sources	3 Nov 2009 15:42:51 -0000	1.2
@@ -0,0 +1 @@
+bfceb51d804b6f862518704519ad9eb3  sblim-cmpi-dhcp-0.5.5.tar.bz2




More information about the fedora-extras-commits mailing list