
$FreeBSD: ports/security/pssh/files/patch-bin_pscp,v 1.1 2007/07/06 20:30:24 brooks Exp $

--- bin/pscp.orig
+++ bin/pscp
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/local/bin/python
 # -*- Mode: python -*-
 #
 # Usage: pscp [OPTIONS] -h hosts.txt local remote
@@ -132,6 +132,5 @@
         sys.exit(3)
     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_pscp(hosts, ports, users, local, remote, flags)
