SPECS: cvs.spec - disable pointless root commit blockade

Elan Ruusamäe glen at delfi.ee
Mon Feb 28 12:27:45 CET 2005


is there way to patch cvs that it will keep the file permissions when doing 
commit (with root)?

eg, i have umask 0007, and doing commit on file which has
uid=user:group, perms=644, and after commit the file permissions are
uid=root:root, perms=660, which kind of breaks a lot.
only way to sustain group is chmod g+s on directory, but the permissions are 
still lost.


On Monday 28 February 2005 13:03, saq wrote:
> Author: saq                          Date: Mon Feb 28 11:03:13 2005 GMT
> Module: SPECS                         Tag: HEAD
> ---- Log message:
> - disable pointless root commit blockade
>
> ---- Files affected:
> SPECS:
>    cvs.spec (1.150 -> 1.151)
>
> ---- Diffs:
>
> ================================================================
> Index: SPECS/cvs.spec
> diff -u SPECS/cvs.spec:1.150 SPECS/cvs.spec:1.151
> --- SPECS/cvs.spec:1.150 Sat Feb 26 21:34:00 2005
> +++ SPECS/cvs.spec Mon Feb 28 12:03:08 2005
> @@ -222,6 +222,7 @@
>  %configure \
>   --enable-server \
>   --enable-client \
> + --enable-rootcommit \
>   --with%{!?with_kerberos5:out}-gssapi \
>   --with-tmpdir=/tmp \
>   --with-editor=/bin/vi
> @@ -309,6 +310,9 @@
>  All persons listed below can be reached at <cvs_login>@pld-linux.org
>
>  $Log$
> +Revision 1.151  2005/02/28 11:03:08  saq
> +- disable pointless root commit blockade
> +
>  Revision 1.150  2005/02/26 20:34:00  qboosh
>  - updated to 1.11.19 (bugfixes), working URL
>
> ================================================================
>
> ---- CVS-web:
>     http://cvs.pld-linux.org/SPECS/cvs.spec?r1=1.150&r2=1.151&f=u
>
>
> _______________________________________________
> pld-cvs-commit mailing list
> pld-cvs-commit at pld-linux.org
> http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

-- 
glen




More information about the pld-devel-en mailing list