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:34:54
Branch: HEAD Handle: 2008042413345400
Modified files:
openpkg-src/dcron dcron.spec
Log:
not strictly required, but indicate at the directory level that the
files have to be owned by the super-user
Summary:
Revision Changes Path
1.59 +3 -2 openpkg-src/dcron/dcron.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dcron/dcron.spec
============================================================================
$ cvs diff -u -r1.58 -r1.59 dcron.spec
--- openpkg-src/dcron/dcron.spec 14 Apr 2008 12:38:46 -0000 1.58
+++ openpkg-src/dcron/dcron.spec 24 Apr 2008 12:34:54 -0000 1.59
@@ -36,7 +36,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20080414
+Release: 20080424
# list of sources
Source0:
http://apollo.backplane.com/FreeSrc/dcron%{V_major}%{V_minor}.tgz
@@ -95,7 +95,8 @@
%{SOURCE rc.dcron} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/crontab'
+ '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/crontab' \
+ '%attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/dcron/crontabs'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]