Changeset 1322


Ignore:
Timestamp:
04/07/15 17:40:19 (9 years ago)
Author:
nanardon
Message:

Add la-sql-exchange-hostname tools, fix some doc

Location:
trunk/LATMOS-Accounts
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Makefile.PL

    r1280 r1322  
    4444        bin/la-query 
    4545        bin/la-rename 
    46         bin/la-rename-host 
     46        bin/la-sql-rename-host 
    4747        bin/la-sql-exchange-ip 
     48        bin/la-sql-exchange-hostname 
    4849        bin/la-sql-switch-cname 
    4950        bin/la-sql-rev 
  • trunk/LATMOS-Accounts/bin/la-sql-exchange-ip

    r1276 r1322  
    99=head1 NAME 
    1010 
    11     la-exchange-ip - Exchange IP between two host 
     11    la-sql-exchange-ip - Exchange IP between two host 
    1212 
    1313=head1 SYNOPSIS 
    1414 
    15     la-exchange-ip ip1 ip2 
     15    la-sql-exchange-ip ip1 ip2 
    1616 
    17 Example : la-rename-host foo bar 
     17Example : la-sql-exchange-ip 172.1.2.3 192.168.3.2 
    1818 
    1919=cut 
  • trunk/LATMOS-Accounts/bin/la-sql-rename-host

    r1318 r1322  
    99=head1 NAME 
    1010 
    11     la-rename-host - rename an network host 
     11    la-sql-rename-host - rename an network host 
    1212 
    1313=head1 SYNOPSIS 
    1414 
    15     la-rename-host [--no-cname] from to 
     15    la-sql-rename-host [--no-cname] from to 
    1616 
    1717Example : la-rename-host foo bar 
Note: See TracChangeset for help on using the changeset viewer.