diff options
author | Simo Sorce <simo@redhat.com> | 2011-12-29 02:17:15 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-19 09:45:25 -0400 |
commit | eb2e21b764d03544d8161e9956d7f70b07b75f77 (patch) | |
tree | 46b8808250eca267edee3de248d4d1c811edbf9b /contrib | |
parent | 5f90993426fa2bdc3b3d994c9e85e0805bb92bbc (diff) | |
download | sssd-eb2e21b764d03544d8161e9956d7f70b07b75f77.tar.gz sssd-eb2e21b764d03544d8161e9956d7f70b07b75f77.tar.bz2 sssd-eb2e21b764d03544d8161e9956d7f70b07b75f77.zip |
nsssrv: shared memory cache server initialization
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 583ccbff..40e68a6a 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -54,6 +54,7 @@ Requires(postun): initscripts chkconfig /sbin/ldconfig %global sssdstatedir %{_localstatedir}/lib/sss %global dbpath %{sssdstatedir}/db %global pipepath %{sssdstatedir}/pipes +%global mcpath %{sssdstatedir}/mc %global pubconfpath %{sssdstatedir}/pubconf ### Build Dependencies ### @@ -202,6 +203,7 @@ autoreconf -ivf %configure \ --with-db-path=%{dbpath} \ + --with-mcache-path=%(mcpath) \ --with-pipe-path=%{pipepath} \ --with-pubconf-path=%{pubconfpath} \ --with-init-dir=%{_initrddir} \ @@ -315,6 +317,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{sssdstatedir} %dir %{_localstatedir}/cache/krb5rcache %attr(700,root,root) %dir %{dbpath} +%attr(755,root,root) %dir %{mcpath} %attr(755,root,root) %dir %{pipepath} %attr(755,root,root) %dir %{pubconfpath} %attr(700,root,root) %dir %{pipepath}/private |