diff --git a/logrotate-3.13.0-systemd_add_home_env.patch b/logrotate-3.13.0-systemd_add_home_env.patch index 8be21a8..1c8b2f1 100644 --- a/logrotate-3.13.0-systemd_add_home_env.patch +++ b/logrotate-3.13.0-systemd_add_home_env.patch @@ -1,12 +1,12 @@ -*** logrotate-3.14.0.orig/examples/logrotate.service 2018-02-19 10:55:36.000000000 +0100 ---- logrotate-3.14.0/examples/logrotate.service 2018-09-07 12:41:16.408593686 +0200 -*************** -*** 11,16 **** ---- 11,17 ---- - Nice=19 - IOSchedulingClass=best-effort - IOSchedulingPriority=7 -+ Environment=HOME=/root - - # hardening options - # details: https://www.freedesktop.org/software/systemd/man/systemd.exec.html +Index: logrotate-3.14.0/examples/logrotate.service +=================================================================== +--- logrotate-3.14.0.orig/examples/logrotate.service ++++ logrotate-3.14.0/examples/logrotate.service +@@ -11,6 +11,7 @@ ExecStart=/usr/sbin/logrotate /etc/logro + Nice=19 + IOSchedulingClass=best-effort + IOSchedulingPriority=7 ++Environment=HOME=/root + + # hardening options + # details: https://www.freedesktop.org/software/systemd/man/systemd.exec.html diff --git a/logrotate.changes b/logrotate.changes index 54df808..4bdcc35 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 13 08:13:52 UTC 2018 - Tomáš Chvátal + +- Rebase the logrotate-3.13.0-systemd_add_home_env.patch to be + unified patch again + ------------------------------------------------------------------- Mon Sep 10 12:08:24 UTC 2018 - Jan Engelhardt