Search Criteria
Package Details: dsh 0.25.10-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dsh.git (read-only, click to copy) |
|---|---|
| Package Base: | dsh |
| Description: | Distributed shell (or dancer’s shell) executes command remotely on several different machines at the same time. |
| Upstream URL: | http://www.netfort.gr.jp/~dancer/software/dsh.html |
| Licenses: | GPL-2.0-or-later |
| Submitter: | dialuplama |
| Maintainer: | barbuk |
| Last Packager: | barbuk |
| Votes: | 3 |
| Popularity: | 0.000012 |
| First Submitted: | 2015-08-15 14:26 (UTC) |
| Last Updated: | 2026-05-20 14:47 (UTC) |
Latest Comments
simona commented on 2026-05-20 07:50 (UTC)
solved. tnx.
mok0 commented on 2025-03-19 10:17 (UTC) (edited on 2025-03-19 10:29 (UTC) by mok0)
In addition to the test bug reported by others, there's a more serious bug in PKGBUILD, that results in the config file being placed in
/etc/dsh, rather than in/etc/dsh/dsh.confwhere it's supposed to be. Also, the manpage lists the following in the FILES section:Clearly, make took the last characters of the word "pkgname" instead of the correct "dsh".
The fix is fortunately very simple, in PKGBUILD replace single quotes with double quotes:
or you could actually just hardwire
/etc/dsh, which would actually be more correct, since there is no reason to name thedshconfig directory after the package. When using dsh in a mixed environment of distributions, and managing for example with Ansible, the config is expected to be in the standard place where other distros also place it.OBS When making this change in the package, it will fail to update if you have an earlier version of the package installed. You need to remove the file
/etc/dshmanually.barbuk commented on 2024-11-11 11:43 (UTC)
The check function is broken:
It produce on my system:
It should be:
A patch of the test function:
And the patched
PKGBUILDsimona commented on 2024-10-31 18:13 (UTC)
FAIL: tests/param-gnu-getopt.sh
hcartiaux commented on 2020-09-25 13:36 (UTC)
hcartiaux commented on 2017-03-17 18:16 (UTC)