Skip to content

Commit

Permalink
[XrdClHttp] Add plug-in config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 26, 2022
1 parent 6520868 commit 9f38539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packaging/common/http.client.conf.example
@@ -0,0 +1,3 @@
url = http://*;https://*
lib = /usr/lib64/libXrdClHttp.so
enable = true
2 changes: 1 addition & 1 deletion packaging/rhel/xrootd.spec.in
Expand Up @@ -716,7 +716,7 @@ install -m 644 packaging/common/client-plugin.conf.example $RPM_BUILD_ROOT%{_sys
install -m 644 packaging/common/recorder.conf $RPM_BUILD_ROOT%{_sysconfdir}/xrootd/client.plugins.d/recorder.conf

%if %{?_with_xrdclhttp:1}%{!?_with_xrdclhttp:0}
install -m 644 src/XrdClHttp/config/http.client.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/xrootd/client.plugins.d/xrdcl-http-plugin.conf
install -m 644 packaging/common/http.client.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/xrootd/client.plugins.d/xrdcl-http-plugin.conf
%endif

# client config
Expand Down

0 comments on commit 9f38539

Please sign in to comment.