diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-23 10:12:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-23 10:12:46 +0000 |
commit | 1176f5bb6d4ccffc5abfa57d8b95239eef788dab (patch) | |
tree | 2f297fbb716867d41dcb350cad6052b6ea07acf3 /urpm | |
parent | 18d552e36bc478f79b7c8c2ab56694615f9e5f62 (diff) | |
download | urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.gz urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.bz2 urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.tar.xz urpmi-1176f5bb6d4ccffc5abfa57d8b95239eef788dab.zip |
4.0-21mdk
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/README.ka-run | 15 | ||||
-rw-r--r-- | urpm/README.ssh | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/urpm/README.ka-run b/urpm/README.ka-run new file mode 100644 index 00000000..02b75714 --- /dev/null +++ b/urpm/README.ka-run @@ -0,0 +1,15 @@ +This extension module allow to use ka-run package to perform distributed copy +of package over network. + +To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as +follow : + <name>:ka-run:<ka-run tools command line options> +or + <name>:ka-run(<default media>):<ka-run tools command line options> +where <name> is alias name parameter of --parallel options of urpmi, + <default media> is default --media parameter for this alias, + <ka-run tools command line options> is options which will be given to + rshp and mput command, for example "-c ssh -m node1 -m node2 ... -m + nodeN". + +For any more information, please send mail to <fpons@mandrakesoft.com>. diff --git a/urpm/README.ssh b/urpm/README.ssh new file mode 100644 index 00000000..774c63c5 --- /dev/null +++ b/urpm/README.ssh @@ -0,0 +1,15 @@ +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. + +To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as +follow : + <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>. |