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:33
Branch: HEAD Handle: 2003071722563200
Modified files:
openpkg-src/bind bind.spec
Log:
remove constant "root" where previous attempt missed a case
Summary:
Revision Changes Path
1.62 +1 -1 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 bind.spec
--- openpkg-src/bind/bind.spec 17 Jul 2003 15:32:30 -0000 1.61
+++ openpkg-src/bind/bind.spec 17 Jul 2003 21:56:32 -0000 1.62
@@ -222,7 +222,7 @@
%{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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]