Browse Source

remove constant "root" where previous attempt missed a case

master
Thomas Lotterer 23 years ago committed by Ralf S. Engelschall
parent
commit
70cecc9723
  1. 2
      bind/bind.spec
  2. 10
      postfix/postfix.spec

2
bind/bind.spec

@ -222,7 +222,7 @@ Conflicts: bind8
%{l_files_std} \
'%config %{l_prefix}/etc/bind/*.conf' \
'%config %{l_prefix}/etc/bind/named.db/*' \
'%dir %attr(-,root,%{l_mgrp}) %{l_prefix}/var/bind'
'%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/var/bind'
%files -f files

10
postfix/postfix.spec

@ -284,12 +284,12 @@ Conflicts: sendmail, ssmtp, exim
%{l_files_std} \
'%not %dir %{l_prefix}/etc/fsl' \
'%config %{l_prefix}/etc/fsl/fsl.postfix' \
'%attr(-,root,%{l_mgrp}) %{l_prefix}/etc/postfix' \
'%config %attr(-,root,%{l_mgrp}) %{l_prefix}/etc/postfix/*' \
'%attr(-,root,%{l_mgrp}) %{l_prefix}/libexec/postfix/*' \
'%attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/postfix' \
'%config %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/postfix/*' \
'%attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/libexec/postfix/*' \
'%attr(2755,%{l_musr},%{l_rgrp}) %{l_prefix}/sbin/{postdrop,postqueue}' \
'%dir %attr(-,root,%{l_mgrp}) %{l_prefix}/libexec/postfix' \
'%dir %attr(-,root,%{l_mgrp}) %{l_prefix}/var/postfix' \
'%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/libexec/postfix' \
'%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/var/postfix' \
'%dir %attr(-,%{l_musr},%{l_rgrp}) %{l_prefix}/var/postfix/{maildrop,public}'
%files -f files

Loading…
Cancel
Save