]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
- create cvspasswd group readable - make "cvs passwd" working
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 12 Sep 2007 10:09:36 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-nserver-cvspasswd-mode.patch -> 1.1

cvs-nserver-cvspasswd-mode.patch [new file with mode: 0644]

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.10322 seconds and 4 git commands to generate.