From caf96f1f375e455a7844d956ea3bf2694a39195a Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sat, 27 Sep 2014 17:23:35 +0000 Subject: Update foreman-proxy to 1.6.0 --- net/foreman-proxy/files/patch-bin-smart-proxy | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/foreman-proxy/files/patch-bin-smart-proxy (limited to 'net/foreman-proxy/files/patch-bin-smart-proxy') diff --git a/net/foreman-proxy/files/patch-bin-smart-proxy b/net/foreman-proxy/files/patch-bin-smart-proxy new file mode 100644 index 000000000000..d0f879569bad --- /dev/null +++ b/net/foreman-proxy/files/patch-bin-smart-proxy @@ -0,0 +1,10 @@ +--- bin/smart-proxy.orig 2014-09-27 09:46:43.550292207 +0200 ++++ bin/smart-proxy 2014-09-27 09:46:48.536355156 +0200 +@@ -1,6 +1,6 @@ + #!/usr/bin/env ruby + +-$LOAD_PATH.unshift *Dir[File.expand_path("../../lib", __FILE__), File.expand_path("../../modules", __FILE__)] ++$LOAD_PATH.unshift *Dir["%%DATADIR%%/lib", "%%DATADIR%%/modules"] + + require 'smart_proxy' + Proxy::Launcher.launch -- cgit v1.2.3