packages: anacron/anacron.spec - this is not a cron daemon, so don't P: one...
gotar
gotar at pld-linux.org
Sat Sep 25 12:42:05 CEST 2010
Author: gotar Date: Sat Sep 25 10:42:04 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- this is not a cron daemon, so don't P: one, even S: using (!) - otherwise
processing would take place only on system start (this is only regular
cron extension for systems running periodically, not 24/7; as such this
could be replaced with fcron or hc-cron and there's no support for
intervals shorter than one day), rel. 27
---- Files affected:
packages/anacron:
anacron.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: packages/anacron/anacron.spec
diff -u packages/anacron/anacron.spec:1.42 packages/anacron/anacron.spec:1.43
--- packages/anacron/anacron.spec:1.42 Mon Feb 12 22:23:46 2007
+++ packages/anacron/anacron.spec Sat Sep 25 12:41:59 2010
@@ -1,13 +1,10 @@
# $Revision$, $Date$
-# TODO
-# - missing /etc/cron.hourly processing!!!!
-# - doesn't obsolete other crondaemons like other Provides: crondaemons do.
Summary: A cron-like program that can run jobs lost during downtime
Summary(pl.UTF-8): Wersja crona z możliwością uruchamiania zapomnianych procesów
Summary(pt_BR.UTF-8): Auxiliar do cron para máquinas que não ficam ligadas o tempo todo
Name: anacron
Version: 2.3
-Release: 26
+Release: 27
License: GPL
Group: Daemons
Source0: http://dl.sourceforge.net/anacron/%{name}-%{version}.tar.gz
@@ -24,7 +21,7 @@
Requires(post,preun): /sbin/chkconfig
Requires: /usr/lib/sendmail
Requires: rc-scripts
-Provides: crondaemon
+Suggests: crondaemon
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -125,7 +122,6 @@
%attr(754,root,root) /etc/rc.d/init.d/*
%config %{_sysconfdir}/anacrontab
%dir /var/spool/anacron/
-%attr(750,root,root) %dir %{_sysconfdir}/cron.*
%attr(755,root,root) /etc/cron.daily/0anacron
%attr(755,root,root) %{_sysconfdir}/cron.monthly/0anacron
%attr(755,root,root) %{_sysconfdir}/cron.weekly/0anacron
@@ -137,6 +133,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2010/09/25 10:41:59 gotar
+- this is not a cron daemon, so don't P: one, even S: using (!) - otherwise
+ processing would take place only on system start (this is only regular
+ cron extension for systems running periodically, not 24/7; as such this
+ could be replaced with fcron or hc-cron and there's no support for
+ intervals shorter than one day), rel. 27
+
Revision 1.42 2007/02/12 21:23:46 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/anacron/anacron.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list