freebsd-ports/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb
Bartek Rutkowski dbe944b71c ysutils/mcollective-shell-agent: NEW PORT - officiall MCollective Shell plugin
Submitted by:	Bartek Rutkowski <robak@FreeBSD.org>
Approved by:	swills (mentor)
2014-08-15 15:56:52 +00:00

9 lines
320 B
Ruby

# $FreeBSD$
--- lib/mcollective/agent/shell/job.rb.orig 2014-08-14 12:52:06.644348698 +0200
+++ lib/mcollective/agent/shell/job.rb 2014-08-14 12:52:14.552664032 +0200
@@ -1,4 +1,5 @@
require 'securerandom'
+require 'pathname'
# The Job class manages the spawning and state tracking for a process as it's
# running.