OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Jul-2003 23:56:45
Branch: HEAD Handle: 2003071722564500
Modified files:
openpkg-src/postfix postfix.spec
Log:
remove constant "root" where previous attempt missed a case
Summary:
Revision Changes Path
1.153 +5 -5 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.152 -r1.153 postfix.spec
--- openpkg-src/postfix/postfix.spec 17 Jul 2003 15:33:05 -0000 1.152
+++ openpkg-src/postfix/postfix.spec 17 Jul 2003 21:56:45 -0000 1.153
@@ -284,12 +284,12 @@
%{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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]