components/perl_modules/cssh/patches/003_rmv_ccon_frm_man.patch
changeset 1824 fb933e605dec
equal deleted inserted replaced
1823:aa5916252876 1824:fb933e605dec
       
     1 #This is an inhouse patch to remove references to ccon which is a wrapper
       
     2 #around console program that is not shipped in Solaris. An RFE has been 
       
     3 #filed Bug 18544653 to port console command to Solaris. Once console is
       
     4 #ported this patch becomes obsolete. 
       
     5 
       
     6 --- App-ClusterSSH-4.02_01/bin/cssh.orig	2014-04-09 10:22:53.306791974 -0700
       
     7 +++ App-ClusterSSH-4.02_01/bin/cssh	2014-04-09 10:30:00.989566222 -0700
       
     8 @@ -16,14 +16,13 @@
       
     9  
       
    10  =head1 NAME
       
    11  
       
    12 -cssh, crsh, ctel, ccon - Cluster administration tool
       
    13 +cssh, crsh, ctel - Cluster administration tool
       
    14  
       
    15  =head1 SYNOPSIS
       
    16  
       
    17  S<< cssh [options] [[user@]<server>[:port]|<tag>] [...] >>
       
    18  S<< crsh [options] [[user@]<server>[:port]|<tag>] [...] >>
       
    19  S<< ctel [options] [<server>[:port]|<tag>] [...] >>
       
    20 -S<< ccon [options] [[user@]<server>[:port]|<tag>] [...] >>
       
    21  
       
    22  =head1 DESCRIPTION
       
    23  
       
    24 @@ -39,7 +38,7 @@
       
    25  Connections are opened via ssh so a correctly installed and configured
       
    26  ssh installation is required.  If, however, the program is called by "crsh"
       
    27  then the rsh protocol is used (and the communications channel is insecure),
       
    28 -or by "ctel" then telnet is used, or by "ccon" then console is used.
       
    29 +or by "ctel" then telnet is used.
       
    30  
       
    31  Extra caution should be taken when editing system files such as
       
    32  /etc/inet/hosts as lines may not necessarily be in the same order.  Assuming
       
    33 @@ -88,12 +87,6 @@
       
    34  
       
    35  =item *
       
    36  
       
    37 -If the code is called as ccon instead of cssh (i.e. a symlink called
       
    38 -ccon points to the cssh file or the file is renamed) console is used as the
       
    39 -communications protocol instead of ssh.
       
    40 -
       
    41 -=item *
       
    42 -
       
    43  When using cssh on a large number of systems to connect back to a single
       
    44  system (e.g. you issue a command to the cluster to scp a file from a given
       
    45  location) and when these connections require authentication (i.e. you are
       
    46 @@ -334,10 +327,6 @@
       
    47  
       
    48  S<$ crsh server1 server2>
       
    49  
       
    50 -=item Use console with master as the primary server instead of ssh
       
    51 -
       
    52 -S<$ ccon -M master server1 server2>
       
    53 -
       
    54  =back
       
    55  
       
    56  =head1 FILES