commit: a71c77b1d07bbfe0bd8736e21d5827988eee7430 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 24 19:46:31 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 24 19:46:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71c77b1
app-backup/backintime: add comment to systemd crontab patch Signed-off-by: Sam James <sam <AT> gentoo.org> app-backup/backintime/files/backintime-1.5.4-crontab-systemd.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/app-backup/backintime/files/backintime-1.5.4-crontab-systemd.patch b/app-backup/backintime/files/backintime-1.5.4-crontab-systemd.patch index 56f5b3969fb8..431758c93912 100644 --- a/app-backup/backintime/files/backintime-1.5.4-crontab-systemd.patch +++ b/app-backup/backintime/files/backintime-1.5.4-crontab-systemd.patch @@ -1,3 +1,4 @@ +In Gentoo, we rename crontab in sys-process/systemd-cron to crontab-systemd. --- a/common/schedule.py +++ b/common/schedule.py @@ -33,7 +33,7 @@ def _determine_crontab_command() -> str:
