[Pkg-cron-devel] [pkg-cron] 01/01: systemd: Drop $READ_ENV from cron's command line
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 25 18:48:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to branch master
in repository pkg-cron.
commit 5bf914c598ef1d3860542da1a53d3d7b9468c80a
Author: Christian Kastner <debian at kvr.at>
Date: Sat Oct 25 20:44:08 2014 +0200
systemd: Drop $READ_ENV from cron's command line
It does not belong there. Closes: #766779
---
debian/changelog | 7 +++++++
debian/cron.service | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a29598c..07c93c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cron (3.0pl1-127) unstable; urgency=medium
+
+ * Drop $READ_ENV from cron's command line. It does not belong there.
+ Closes: #766779
+
+ -- Christian Kastner <debian at kvr.at> Sat, 25 Oct 2014 20:47:09 +0200
+
cron (3.0pl1-126) unstable; urgency=low
* Packaging (general): removed unused files from the source that had been
diff --git a/debian/cron.service b/debian/cron.service
index d2a8a12..3bca716 100644
--- a/debian/cron.service
+++ b/debian/cron.service
@@ -4,7 +4,7 @@ Documentation=man:cron(8)
[Service]
EnvironmentFile=-/etc/default/cron
-ExecStart=/usr/sbin/cron -f $READ_ENV $EXTRA_OPTS
+ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
IgnoreSIGPIPE=false
[Install]
--
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