[cronie/f16] Make crond run a little bit later in the boot process (#747759)

Tomáš Mráz tmraz at fedoraproject.org
Tue Oct 25 20:51:52 UTC 2011


commit 00f22a545119a93f54b0257d71d0b98ecb1407b2
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Oct 25 22:51:33 2011 +0200

    Make crond run a little bit later in the boot process (#747759)

 cronie.spec    |    5 ++++-
 cronie.systemd |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 8fdd852..367c5a3 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -6,7 +6,7 @@
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
 Version:   1.4.8
-Release:   8%{?dist}
+Release:   9%{?dist}
 License:   MIT and BSD and ISC and GPLv2
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
@@ -232,6 +232,9 @@ exit 0
 %attr(0755,root,root) %{_initrddir}/crond
 
 %changelog
+* Tue Oct 25 2011 Tomáš Mráz <tmraz at redhat.com> - 1.4.8-9
+- make crond run a little bit later in the boot process (#747759)
+
 * Mon Oct 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.8-8
 - change triggerun to fix 735802 during upgrade
 
diff --git a/cronie.systemd b/cronie.systemd
index 1524e2b..0b5fc0e 100644
--- a/cronie.systemd
+++ b/cronie.systemd
@@ -1,6 +1,6 @@
 [Unit]
 Description=Command Scheduler
-After=syslog.target auditd.service
+After=syslog.target auditd.service sssd.service ypbind.service
 
 [Service]
 EnvironmentFile=/etc/sysconfig/crond


More information about the scm-commits mailing list