Switched to using the /tmp folder rather than the /var folder for

creating user semaphores under Linux.
This commit is contained in:
Juan Carlos Luciani
2006-12-01 04:48:11 +00:00
parent df3c67e201
commit 5d70356a09
3 changed files with 22 additions and 15 deletions

View File

@@ -112,6 +112,10 @@ install -d -m 755 %{buildroot}/etc/CASA
install -d -m 755 %{buildroot}/etc/CASA/authtoken
install -d -m 755 %{buildroot}/etc/CASA/authtoken/client
install -d -m 755 %{buildroot}/etc/CASA/authtoken/client/mechanisms
install -d %{buildroot}/tmp
install -d -m 777 %{buildroot}/tmp/CASA
install -d -m 777 %{buildroot}/tmp/CASA/authtoken
install -d -m 777 %{buildroot}/tmp/CASA/authtoken/client
## CASA_auth_token_client ##
@@ -166,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/CASA/authtoken
%dir /etc/CASA/authtoken/client
%dir /etc/CASA/authtoken/client/mechanisms
%dir /tmp/CASA
%dir /tmp/CASA/authtoken
%dir /tmp/CASA/authtoken/client
%{prefix}/%{_lib}/libcasa_c_authtoken.so.%{bldno}
%{prefix}/%{_lib}/CASA/authtoken/krb5mech.so.%{bldno}
%{prefix}/%{_lib}/CASA/authtoken/krb5mech.so