Changes of Revision 26
[-] [+] | Changed | vpopmail.spec |
[-] [+] | Added | vpopmail-5.4.26-skel4_copydir.patch ^ |
@@ -0,0 +1,11 @@ +--- copydir.c.orig 2008-10-19 17:29:17.000000000 +0200 ++++ copydir.c 2008-10-19 17:31:50.000000000 +0200 +@@ -102,7 +102,7 @@ + return -1 ; + } + +- ofd = open ( dst , O_WRONLY | O_CREAT | O_TRUNC ) ; ++ ofd = open ( dst , O_WRONLY | O_CREAT | O_TRUNC , 0600 ) ; + if ( -1 == ofd ) + { + fprintf ( stderr , "copyfile(): open(%s) for write: %s\n" , |