Package Details: mpssh 1.3.3-3

Git Clone URL: https://aur.archlinux.org/mpssh.git (read-only, click to copy)
Package Base: mpssh
Description: Mass Parallel SSH
Upstream URL: https://github.com/ndenev/mpssh
Licenses: custom:BSD
Submitter: wezm
Maintainer: wezm
Last Packager: wezm
Votes: 1
Popularity: 0.000000
First Submitted: 2018-04-18 07:13 (UTC)
Last Updated: 2025-08-01 00:12 (UTC)

Latest Comments

wezm commented on 2025-08-01 00:13 (UTC)

Added a patch to fix the build.

romax commented on 2025-07-31 23:17 (UTC) (edited on 2025-07-31 23:19 (UTC) by romax)

Version 1.3.3-2 does not build:

mpssh.c: In function ‘main’:
mpssh.c:519:21: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  519 |     signal(SIGCHLD, reap_child);
      |                     ^~~~~~~~~~
      |                     |
      |                     void (*)(void)

wezm commented on 2018-12-18 07:32 (UTC)

@aperez man page has been added. Thanks for pointing it out.

aperez commented on 2018-12-14 15:33 (UTC)

Unfortunately, this PKGBUILD does not install the manpage. Could you please add it? Thanks!