forked from pool/apache2
Accepting request 148936 from home:-miska-:branches:Apache
- - use %set_permissions instead %run_permissions (bnc#764097) OBS-URL: https://build.opensuse.org/request/show/148936 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=375
This commit is contained in:
parent
55a6bc22c8
commit
e22b74353a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 11:52:30 CET 2013 - mhrusecky@suse.cz
|
||||
|
||||
- - use %set_permissions instead %run_permissions (bnc#764097)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 04:10:13 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -1073,7 +1073,11 @@ exit 0
|
||||
%insserv_cleanup
|
||||
|
||||
%post
|
||||
%if 0%{?suse_version} <= 1130
|
||||
%run_permissions
|
||||
%else
|
||||
%set_permissions /usr/sbin/suexec2
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
# a group wwwadmin has existed in the distant past, and it was renamed to www
|
||||
if grep -q "^wwwadmin:" /etc/group; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user