mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
19 lines
499 B
Plaintext
19 lines
499 B
Plaintext
|
|
||
|
$FreeBSD$
|
||
|
|
||
|
--- bin/pslurp.orig
|
||
|
+++ bin/pslurp
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/usr/bin/env python
|
||
|
+#!/usr/local/bin/python
|
||
|
# -*- Mode: python -*-
|
||
|
#
|
||
|
# Usage: pslurp [OPTIONS] -h hosts.txt -o outdir remote local
|
||
|
@@ -145,6 +145,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_pslurp(hosts, ports, users, remote, local, flags)
|