diff options
| author | Simo Sorce <simo@redhat.com> | 2013-04-12 12:03:26 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2013-04-23 12:02:45 -0700 |
| commit | 7f8078e906b138dcd34f84e0260cba87b63ca62f (patch) | |
| tree | 04584797895be66e27fa910d5703552e66de0c27 /proxy/contrib | |
| parent | f0ede0791991f5a7f4112b174cd69b5d90a62447 (diff) | |
| download | gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.tar.gz gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.tar.xz gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.zip | |
Improve default configuration.
Install by default working nfs configuration.
For RPM also install by default file to configure interposer plugin.
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/contrib')
| -rw-r--r-- | proxy/contrib/gssproxy.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 7ba0f14..af858ab 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -68,7 +68,8 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy install -d -m755 %{buildroot}%{_unitdir} -install -m644 examples/gssproxy-example.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf +install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf +install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service %clean @@ -83,6 +84,7 @@ rm -rf %{buildroot} %attr(700,root,root) %dir %{gpstatedir} %attr(700,root,root) %dir %{gpstatedir}/clients %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf +%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech %{_libdir}/gssproxy/proxymech.so %{_mandir}/man5/gssproxy.conf.5* %{_mandir}/man8/gssproxy.8* |
