Switched to using the root of /tmp for creating user semaphores.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 1 10:32:57 MST 2006 - jluciani@novell.com
|
||||
|
||||
- Resolved BUG225118.
|
||||
|
||||
- Made changes to issues found during self-code review.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 15:21:47 MST 2006 - schoi@novell.com
|
||||
|
||||
|
||||
@@ -112,10 +112,6 @@ 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 ##
|
||||
@@ -170,9 +166,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user