aboutsummaryrefslogtreecommitdiffstats
path: root/security/pssh/files/patch-bin_pssh
diff options
context:
space:
mode:
Diffstat (limited to 'security/pssh/files/patch-bin_pssh')
-rw-r--r--security/pssh/files/patch-bin_pssh19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pssh/files/patch-bin_pssh b/security/pssh/files/patch-bin_pssh
new file mode 100644
index 00000000000..a05010b2ca8
--- /dev/null
+++ b/security/pssh/files/patch-bin_pssh
@@ -0,0 +1,19 @@
+
+$FreeBSD$
+
+--- bin/pssh.orig
++++ bin/pssh
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/local/bin/python
+ # -*- Mode: python -*-
+ #
+ # Usage: pssh [OPTIONS] -h hosts.txt prog [arg0] [arg1] ..
+@@ -141,7 +141,6 @@
+ cmdline = " ".join(args)
+ hosts, ports, users = psshutil.read_hosts(flags["hosts"])
+ psshutil.patch_users(hosts, ports, users, flags["user"])
+- signal.signal(signal.SIGCHLD, psshutil.reaper)
+ os.setpgid(0, 0)
+ do_pssh(hosts, ports, users, cmdline, flags)
+