diff options
author | Martin Matuska <mm@FreeBSD.org> | 2014-01-29 16:35:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2014-01-29 16:35:47 +0000 |
commit | 66a757ec56fed8978fe2b0072ed3c635d28d88ca (patch) | |
tree | 880f1db920a7b5dffc1087df1e73ea2a94965f1b /net/foreman-proxy/files/patch-lib-proxy-tftp.rb | |
parent | Fix gobject-introspection (diff) |
Fix fetch arguments
Diffstat (limited to 'net/foreman-proxy/files/patch-lib-proxy-tftp.rb')
-rw-r--r-- | net/foreman-proxy/files/patch-lib-proxy-tftp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/foreman-proxy/files/patch-lib-proxy-tftp.rb b/net/foreman-proxy/files/patch-lib-proxy-tftp.rb index 6a66c6564980..f3c18dd53063 100644 --- a/net/foreman-proxy/files/patch-lib-proxy-tftp.rb +++ b/net/foreman-proxy/files/patch-lib-proxy-tftp.rb @@ -5,7 +5,7 @@ FileUtils.mkdir_p destination.parent - cmd = "wget --timeout=10 --tries=3 --no-check-certificate -nv -c #{src} -O \"#{destination}\"" -+ cmd = "/usr/bin/fetch --timeout=10 -a --no-verify-hostname --no-verify-peer -a -m -o \"#{destination}\" #{src}" ++ cmd = "/usr/bin/fetch --timeout=10 --no-verify-hostname --no-verify-peer -a -m -q -o \"#{destination}\" #{src}" Proxy::Util::CommandTask.new(cmd) end end |