OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Apr-2008 14:30:44
Branch: HEAD Handle: 2008042413304300
Modified files:
openpkg-src/drupal drupal.spec
Log:
dcron requires the system crontabs to be owned by the super-user
Summary:
Revision Changes Path
1.210 +3 -0 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.209 -r1.210 drupal.spec
--- openpkg-src/drupal/drupal.spec 24 Apr 2008 09:52:01 -0000 1.209
+++ openpkg-src/drupal/drupal.spec 24 Apr 2008 12:30:43 -0000 1.210
@@ -1416,6 +1416,9 @@
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/drupal' \
+%if "%{with_dcron}" == "yes"
+ '%attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/dcron/crontabs/drupal'
\
+%endif
'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/share/drupal' \
'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/drupal'
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]