aboutsummaryrefslogtreecommitdiff
path: root/net/foreman-proxy/files/patch-bin-smart-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'net/foreman-proxy/files/patch-bin-smart-proxy')
-rw-r--r--net/foreman-proxy/files/patch-bin-smart-proxy6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/foreman-proxy/files/patch-bin-smart-proxy b/net/foreman-proxy/files/patch-bin-smart-proxy
index 167ba1b59a3f..d85df17df24c 100644
--- a/net/foreman-proxy/files/patch-bin-smart-proxy
+++ b/net/foreman-proxy/files/patch-bin-smart-proxy
@@ -1,10 +1,10 @@
---- bin/smart-proxy.orig 2014-12-04 11:24:23.964747068 +0100
-+++ bin/smart-proxy 2014-12-04 11:24:26.244762141 +0100
+--- bin/smart-proxy.orig 2017-05-08 15:18:42 UTC
++++ bin/smart-proxy
@@ -1,6 +1,7 @@
#!/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'
+ require 'smart_proxy_main'
Proxy::Launcher.new.launch