packages: cronie/cronie.spec, cronie/cronie.upstart - missing 'start on' an...
jajcus
jajcus at pld-linux.org
Wed May 26 08:33:34 CEST 2010
Author: jajcus Date: Wed May 26 06:33:34 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- missing 'start on' and 'stop on' added to the upstart job
- Release: 6
---- Files affected:
packages/cronie:
cronie.spec (1.33 -> 1.34) , cronie.upstart (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/cronie/cronie.spec
diff -u packages/cronie/cronie.spec:1.33 packages/cronie/cronie.spec:1.34
--- packages/cronie/cronie.spec:1.33 Mon May 24 16:57:35 2010
+++ packages/cronie/cronie.spec Wed May 26 08:33:29 2010
@@ -18,7 +18,7 @@
Summary: Cron daemon for executing programs at set times
Name: cronie
Version: 1.4.4
-Release: 5
+Release: 6
License: MIT and BSD and GPL v2
Group: Daemons
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
@@ -229,6 +229,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2010/05/26 06:33:29 jajcus
+- missing 'start on' and 'stop on' added to the upstart job
+- Release: 6
+
Revision 1.33 2010/05/24 14:57:35 jajcus
- upstart support added
- Release: 5
================================================================
Index: packages/cronie/cronie.upstart
diff -u packages/cronie/cronie.upstart:1.1 packages/cronie/cronie.upstart:1.2
--- packages/cronie/cronie.upstart:1.1 Mon May 24 16:57:35 2010
+++ packages/cronie/cronie.upstart Wed May 26 08:33:29 2010
@@ -1,5 +1,8 @@
description "Cronie - the cron daemon"
+start on pld.sysinit-done
+stop on pld.shutdown-started
+
# This option will direct cron to send job output to the system log using syslog(3).
# This is useful if your system has no sendmail(8), or if mail is disabled using "off".
env CROND_SYSLOG_RESULT="no"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.spec?r1=1.33&r2=1.34&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.upstart?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list