]> git.pld-linux.org Git - packages/cvs-nserver.git/blobdiff - cvs-nserver-cvspasswd-mode.patch
- create cvspasswd group readable - make "cvs passwd" working
[packages/cvs-nserver.git] / cvs-nserver-cvspasswd-mode.patch
diff --git a/cvs-nserver-cvspasswd-mode.patch b/cvs-nserver-cvspasswd-mode.patch
new file mode 100644 (file)
index 0000000..a110c2c
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./src/cvspasswd-file.c.org 2002-03-17 16:35:53.000000000 +0100
++++ ./src/cvspasswd-file.c     2007-09-12 11:49:05.000000000 +0200
+@@ -31,7 +31,7 @@
+ create_cvspasswd (filename)
+     char *filename;
+ {
+-    int fd = open(filename, O_RDWR | O_CREAT|O_EXCL, 0600);
++    int fd = open(filename, O_RDWR | O_CREAT|O_EXCL, 0640);
+     if (fd == -1)
+       return NULL;
This page took 0.089372 seconds and 4 git commands to generate.