[Pkg-cron-devel] [pkg-cron] 02/19: Incorporate changes from Ansgar Burchardt's NMU

Christian Kastner chrisk-guest at moszumanska.debian.org
Fri Oct 10 15:18:39 UTC 2014


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

chrisk-guest pushed a commit to branch ckk/cron-125
in repository pkg-cron.

commit 916e318886445f3a2dc0b061eabcd606367dd0d9
Author: Christian Kastner <debian at kvr.at>
Date:   Wed Oct 8 23:07:57 2014 +0200

    Incorporate changes from Ansgar Burchardt's NMU
---
 debian/changelog    | 8 ++++++++
 debian/cron.service | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a99338a..4f02f83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cron (3.0pl1-124.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/cron.service: Set IgnoreSIGPIPE=false. (Closes: #756047)
+  * debian/cron.service: Add Documentation field.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Mon, 04 Aug 2014 21:44:00 +0200
+
 cron (3.0pl1-124.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/cron.service b/debian/cron.service
index d4dfab2..e8bef4d 100644
--- a/debian/cron.service
+++ b/debian/cron.service
@@ -1,8 +1,10 @@
 [Unit]
 Description=Regular background program processing daemon
+Documentation=man:cron(8)
 
 [Service]
 ExecStart=/usr/sbin/cron -f
+IgnoreSIGPIPE=false
 
 [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