rpms/bombardier/devel bombardier-hof-open-mode.patch,NONE,1.1

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Fri Aug 17 13:35:06 UTC 2007


Author: limb

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

Added Files:
	bombardier-hof-open-mode.patch 
Log Message:
Mode correction.


bombardier-hof-open-mode.patch:

--- NEW FILE bombardier-hof-open-mode.patch ---
--- hof.c~	2007-08-16 14:54:14.000000000 -0500
+++ hof.c	2007-08-16 14:54:14.000000000 -0500
@@ -61,7 +61,7 @@
     fd=open("/var/games/bombardier/bdscore", O_RDWR);
     if (fd<0)
     {
-	fd=open("/var/games/bombardier/bdscore", O_RDWR | O_CREAT);
+	fd=open("/var/games/bombardier/bdscore", O_RDWR | O_CREAT, 0644);
 	fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
 	if (fd>0)
 	{




More information about the fedora-extras-commits mailing list