[Pkg-cron-devel] [pkg-cron] 02/10: Make sure cron is started last and stopped first, with patch provided by Harald Dunke (Closes: #767016)

Javier Fernandez-Sanguino Peña jfs at moszumanska.debian.org
Sun Mar 11 22:37:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

jfs pushed a commit to branch master
in repository pkg-cron.

commit 181283c378c95e9aaa59fcf86dfdb8c40d862dd4
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Sun Mar 11 22:39:37 2018 +0100

    Make sure cron is started last and stopped first, with patch provided by
    Harald Dunke (Closes: #767016)
---
 debian/changelog    | 8 ++++++++
 debian/cron.init    | 4 ++--
 debian/cron.service | 1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 38b69f6..a3eb408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cron (3.0pl1-129) unstable; urgency=medium
+
+  * Acknowledge NMU
+  * Make sure cron is started last and stopped first, with patch provided by
+  Harald Dunke (Closes: #767016)
+
+ -- Javier Fernández-Sanguino Peña <jfs at debian.org>  Sun, 11 Mar 2018 22:38:06 +0100
+
 cron (3.0pl1-128.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/cron.init b/debian/cron.init
index d09a505..41d65bc 100644
--- a/debian/cron.init
+++ b/debian/cron.init
@@ -5,8 +5,8 @@
 # Provides:          cron
 # Required-Start:    $remote_fs $syslog $time
 # Required-Stop:     $remote_fs $syslog $time
-# Should-Start:      $network $named slapd autofs ypbind nscd nslcd winbind
-# Should-Stop:       $network $named slapd autofs ypbind nscd nslcd winbind
+# Should-Start:      $all
+# Should-Stop:       $all
 # Default-Start:     2 3 4 5
 # Default-Stop:
 # Short-Description: Regular background program processing daemon
diff --git a/debian/cron.service b/debian/cron.service
index e65f298..2e1fbd5 100644
--- a/debian/cron.service
+++ b/debian/cron.service
@@ -8,6 +8,7 @@ EnvironmentFile=-/etc/default/cron
 ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
 IgnoreSIGPIPE=false
 KillMode=process
+Type=idle
 
 [Install]
 WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cron/pkg-cron.git



More information about the Pkg-cron-devel mailing list