[pkg-horde] [SCM] Debian Horde Packages repository: kronolith2 package branch, debian-sid, updated. dfafd1e69ae08abe8bc46e48676d32470716d900
Gregory Colpart
reg at foulademer.gcolpart.com
Sun Apr 26 01:54:38 UTC 2009
The following commit has been merged in the debian-sid branch:
commit dfafd1e69ae08abe8bc46e48676d32470716d900
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date: Sun Apr 26 03:41:13 2009 +0200
Run reminders cronjob as www-data user (Thanks to Mathieu)
diff --git a/debian/changelog b/debian/changelog
index 08aefd3..e8c2695 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ kronolith2 (2.3.1-1) unstable; urgency=low
* Change Gregory Colpart's email address in debian/control file.
* We use now Git, add Vcs-* in debian/control.
* Update to standards version 3.8.1, no further required changes.
+ * Run reminders cronjob as www-data user. (Closes: #514528)
- -- Gregory Colpart <reg at debian.org> Sun, 26 Apr 2009 02:55:43 +0200
+ -- Gregory Colpart <reg at debian.org> Sun, 26 Apr 2009 03:39:48 +0200
kronolith2 (2.2-1) unstable; urgency=low
diff --git a/debian/cron.d b/debian/cron.d
index e9440eb..a3796f4 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -1,4 +1,4 @@
#
# Regular cron jobs for the kronolith2 package
#
-* * * * * root test -x /usr/bin/php && /usr/bin/php -q /usr/share/horde3/kronolith/scripts/reminders.php > /dev/null 2>&1
+* * * * * www-data test -x /usr/bin/php && /usr/bin/php -q /usr/share/horde3/kronolith/scripts/reminders.php > /dev/null 2>&1
--
Debian Horde Packages repository: kronolith2 package
More information about the pkg-horde-hackers
mailing list