SHA256
1
0
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:
Dominique Leuenberger 2013-01-18 17:45:43 +00:00 committed by Git OBS Bridge
parent 55a6bc22c8
commit e22b74353a
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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