Changes of Revision 24
[-] [+] | Changed | proftpd.spec |
[-] [+] | Added | proftpd-gcc43.patch ^ |
@@ -0,0 +1,11 @@ +--- contrib/mod_rewrite.c.orig 2008-06-29 18:49:20.000000000 +0200 ++++ contrib/mod_rewrite.c 2008-06-29 18:51:22.000000000 +0200 +@@ -865,7 +865,7 @@ + FALSE); + if (fifo_lockname != NULL) { + /* Make sure the file exists. */ +- fifo_lockfd = open(fifo_lockname, O_CREAT); ++ fifo_lockfd = open(fifo_lockname, O_CREAT, 0600); + if (fifo_lockfd < 0) { + rewrite_log("rewrite_subst_maps_fifo(): error creating '%s': %s", + fifo_lockname, strerror(errno)); |