Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/files/
Date: Tue, 14 Mar 2023 23:01:54
Message-Id: 1678834831.b5562ac68f1f0674deb8e05f985a2559a72a15be.conikost@gentoo
1 commit: b5562ac68f1f0674deb8e05f985a2559a72a15be
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Mar 8 18:13:59 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 23:00:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5562ac6
7
8 app-backup/borgmatic: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/30000
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 .../files/borgmatic-1.5.16-systemd_service_bin_path.patch | 8 --------
15 1 file changed, 8 deletions(-)
16
17 diff --git a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch b/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch
18 deleted file mode 100644
19 index 26298625fc1a..000000000000
20 --- a/app-backup/borgmatic/files/borgmatic-1.5.16-systemd_service_bin_path.patch
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 ---- a/sample/systemd/borgmatic.service
24 -+++ b/sample/systemd/borgmatic.service
25 -@@ -57,4 +57,4 @@
26 - # Delay start to prevent backups running during boot. Note that systemd-inhibit requires dbus and
27 - # dbus-user-session to be installed.
28 - ExecStartPre=sleep 1m
29 --ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /root/.local/bin/borgmatic --verbosity -1 --syslog-verbosity 1
30 -+ExecStart=systemd-inhibit --who="borgmatic" --why="Prevent interrupting scheduled backup" /usr/bin/borgmatic --verbosity -1 --syslog-verbosity 1