diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-08 11:20:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-08 11:20:43 +0000 |
commit | 92a1e0831633606476c340cf88df3e3ea438e4f8 (patch) | |
tree | df1451ad618bf1e4dab0932d353a62cac34943f0 | |
parent | ea89b270f9b4a7e0550573c0987e92b57ff2c624 (diff) | |
download | urpmi-92a1e0831633606476c340cf88df3e3ea438e4f8.tar urpmi-92a1e0831633606476c340cf88df3e3ea438e4f8.tar.gz urpmi-92a1e0831633606476c340cf88df3e3ea438e4f8.tar.bz2 urpmi-92a1e0831633606476c340cf88df3e3ea438e4f8.tar.xz urpmi-92a1e0831633606476c340cf88df3e3ea438e4f8.zip |
Update documentation
-rw-r--r-- | urpm/README.ssh | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/urpm/README.ssh b/urpm/README.ssh index 774c63c5..353e735a 100644 --- a/urpm/README.ssh +++ b/urpm/README.ssh @@ -1,15 +1,13 @@ -This extension module allow to use ssh package to perform distributed copy -of package over network. This is more a sample module which is somewhat slow -to run distant script. +This extension module allows to use an ssh connection to perform distributed copy +of rpm packages over a network. To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as -follow : +follows : <name>:ssh:<node list separated by ':'> or <name>:ssh(<default media>):<node list separated by ':'> -where <name> is alias name parameter of --parallel options of urpmi, - <default media> is default --media parameter for this alias, - <node list separated by ':'> is list of node, for example "node1:node2: - ...:nodeN". - -For any more information, please send mail to <fpons@mandrakesoft.com>. +where <name> is the "alias name" parameter of --parallel options of the + urpm* tools, + <default media> is the default --media parameter for this alias, + <node list separated by ':'> is a list of nodes (network hosts), + for example "node1:node2: ...:nodeN". |