diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-13 12:54:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-13 12:54:48 +0000 |
commit | 9cc555202610e1acdfa17fbfa8410de4cc29d3e1 (patch) | |
tree | ae2684e46f0ddea245db14665d3a21f1240fc0fa /net-misc/shmux/metadata.xml | |
parent | Fixed BUG #53784 (Manifest recommit) (diff) | |
download | gentoo-2-9cc555202610e1acdfa17fbfa8410de4cc29d3e1.tar.gz gentoo-2-9cc555202610e1acdfa17fbfa8410de4cc29d3e1.tar.bz2 gentoo-2-9cc555202610e1acdfa17fbfa8410de4cc29d3e1.zip |
Added longdescription to metadata.xml.
Diffstat (limited to 'net-misc/shmux/metadata.xml')
-rw-r--r-- | net-misc/shmux/metadata.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-misc/shmux/metadata.xml b/net-misc/shmux/metadata.xml index 30045fb9c00f..78985fc7500c 100644 --- a/net-misc/shmux/metadata.xml +++ b/net-misc/shmux/metadata.xml @@ -5,7 +5,15 @@ <maintainer> <email>swegener@gentoo.org</email> <name>Sven Wegener</name> - <description>An ebuild I had in my overlay. Please take over if you want it.</description> + <description>primary maintainer</description> </maintainer> -<longdescription></longdescription> +<longdescription> +shmux is program for executing the same command on many hosts in parallel. +For each target, a child process is spawned by shmux, and a shell on the +target obtained one of the supported methods: rsh, ssh, or sh. The output +produced by the children is received by shmux and either (optionally) +output in turn to the user, and/or written to files for later processing. +The list of targets may either be specified on the command line or be read +from the standard input. +</longdescription> </pkgmetadata> |