cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog Makefile.in client.c [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog Makefile.in client.c [cvs1-11-x-branch]
Date: Thu, 25 May 2006 15:09:09 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Derek Robert Price <address@hidden>     06/05/25 15:09:09

Modified files:
        src            : ChangeLog Makefile.in client.c 

Log message:
        * client.c (start_rsh_server): Default rsh client to RSH_DFLT.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?only_with_tag=cvs1-11-x-branch&tr1=1.2336.2.451&tr2=1.2336.2.452&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/Makefile.in.diff?only_with_tag=cvs1-11-x-branch&tr1=1.83.4.12&tr2=1.83.4.13&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/client.c.diff?only_with_tag=cvs1-11-x-branch&tr1=1.318.4.38&tr2=1.318.4.39&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.2336.2.451 ccvs/src/ChangeLog:1.2336.2.452
--- ccvs/src/ChangeLog:1.2336.2.451     Wed May 24 17:07:20 2006
+++ ccvs/src/ChangeLog  Thu May 25 15:09:08 2006
@@ -1,3 +1,7 @@
+2006-05-25  Derek Price  <address@hidden>
+
+       * client.c (start_rsh_server): Default rsh client to RSH_DFLT.
+
 2006-05-24  Larry Jones  <address@hidden>
 
        * sanity.sh: Add -v|--verbose option to echo test names.  Clean
Index: ccvs/src/Makefile.in
diff -u ccvs/src/Makefile.in:1.83.4.12 ccvs/src/Makefile.in:1.83.4.13
--- ccvs/src/Makefile.in:1.83.4.12      Sat Sep 24 23:53:01 2005
+++ ccvs/src/Makefile.in        Thu May 25 15:09:09 2006
@@ -193,6 +193,7 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+with_default_rsh = @with_default_rsh@
 
 # $(includeopt) is CVS specific and set by configure
 # FIXME - This includes line is dependant on its order.  This means there is
Index: ccvs/src/client.c
diff -u ccvs/src/client.c:1.318.4.38 ccvs/src/client.c:1.318.4.39
--- ccvs/src/client.c:1.318.4.38        Fri May 12 15:17:38 2006
+++ ccvs/src/client.c   Thu May 25 15:09:09 2006
@@ -4747,7 +4747,7 @@
           example in CVS_RSH or other such mechanisms to be devised,
           if that is what they want (the manual already tells them
           that).  */
-       cvs_rsh = "rsh";
+       cvs_rsh = RSH_DFLT;
     if (!cvs_server)
        cvs_server = "cvs";
 




reply via email to

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