]> git.pld-linux.org Git - packages/cvs-nserver.git/blob - cvs-nserver-cvspasswd-mode.patch
Release 36 (by relup.sh)
[packages/cvs-nserver.git] / cvs-nserver-cvspasswd-mode.patch
1 --- ./src/cvspasswd-file.c.org  2002-03-17 16:35:53.000000000 +0100
2 +++ ./src/cvspasswd-file.c      2007-09-12 11:49:05.000000000 +0200
3 @@ -31,7 +31,7 @@
4  create_cvspasswd (filename)
5      char *filename;
6  {
7 -    int fd = open(filename, O_RDWR | O_CREAT|O_EXCL, 0600);
8 +    int fd = open(filename, O_RDWR | O_CREAT|O_EXCL, 0640);
9      if (fd == -1)
10         return NULL;
11  
This page took 0.034204 seconds and 3 git commands to generate.