bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for cvs-1.12.1 -- enable_rootcommit


From: Derek Robert Price
Subject: Re: Patch for cvs-1.12.1 -- enable_rootcommit
Date: Sat, 27 Mar 2004 21:46:03 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The correct address for bug reports and patches is the bug-cvs@gnu.org
mailing list (cc'd).

Derek

Bill Campbell wrote:

>The attached patch allows the --enable_rootcommit option to
>actually work as it's supposed to.
>
>Bill
>--
>INTERNET:   bill@Celestial.COM  Bill Campbell; Celestial Software LLC
>UUCP:               camco!bill  PO Box 820; 6641 E. Mercer Way
>FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206)
236-1676
>URL: http://www.celestial.com/
>
>Anyone who cannot cope with mathematics is not fully human.  At best he
>is a tolerable subhuman who has learned to wear shoes, bathe and not
>make messes in the house.
>        -- Lazarus Long, "Time Enough for Love"
>
>
>------------------------------------------------------------------------
>
>diff -uNr ../cvs-1.12.1-20030803/cvs-1.12.1/configure
./cvs-1.12.1/configure
>--- ../cvs-1.12.1-20030803/cvs-1.12.1/configure    2003-05-25
10:33:55.000000000 -0400
>+++ ./cvs-1.12.1/configure    2003-12-17 16:41:41.000000000 -0500
>@@ -12696,7 +12696,7 @@
> else
>   enable_rootcommit=no
> fi;
>-if test "$enable_rootcommit" = no; then
>+if test "$enable_rootcommit" = yes; then
>
> cat >>confdefs.h <<\_ACEOF
> #define CVS_BADROOT 1
>diff -uNr ../cvs-1.12.1-20030803/cvs-1.12.1/configure.in
./cvs-1.12.1/configure.in
>--- ../cvs-1.12.1-20030803/cvs-1.12.1/configure.in    2003-05-25
10:30:02.000000000 -0400
>+++ ./cvs-1.12.1/configure.in    2003-12-17 16:41:51.000000000 -0500
>@@ -944,7 +944,7 @@
>     [--enable-rootcommit],
>     [Allow the root user to commit files (disabled by default)]), ,
>   [enable_rootcommit=no])
>-if test "$enable_rootcommit" = no; then
>+if test "$enable_rootcommit" = yes; then
>   AC_DEFINE(
>     [CVS_BADROOT], [1],
>     [When committing a permanent change, CVS and RCS make a log entry of


- --
                *8^)

Email: derek@ximbiot.com

Get CVS support at <http://ximbiot.com>!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org

iD8DBQFAZjxqLD1OTBfyMaQRAmXMAJ4l+aoMtEWvIZQTO3gn2kHl/zZ7fACcCiys
ZoDN33+fFiUq/2EjsfRmZLo=
=s92p
-----END PGP SIGNATURE-----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]