commit:     53c621f78502f5262b4cd895037cb4b919f0aad4
Author:     Filip Kobierski <fkobi <AT> fsfe <DOT> org>
AuthorDate: Mon Dec 15 22:10:17 2025 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 22:33:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c621f7

net-p2p/syncthing: minor openrc user-service bugfixes

- checkpath is nonstandard
- HOMEDIR is unset

Signed-off-by: Filip Kobierski <fkobi <AT> fsfe.org>
Part-of: https://github.com/gentoo/gentoo/pull/45041
Closes: https://github.com/gentoo/gentoo/pull/45041
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 .../files/{syncthing.initd-user-r1 => syncthing.initd-user-r2}          | 2 --
 .../{syncthing-2.0.12-r1.ebuild => syncthing-2.0.12-r2.ebuild}          | 0
 2 files changed, 2 deletions(-)

diff --git a/net-p2p/syncthing/files/syncthing.initd-user-r1 
b/net-p2p/syncthing/files/syncthing.initd-user-r2
similarity index 90%
rename from net-p2p/syncthing/files/syncthing.initd-user-r1
rename to net-p2p/syncthing/files/syncthing.initd-user-r2
index 39defd98ace2..985180ede785 100644
--- a/net-p2p/syncthing/files/syncthing.initd-user-r1
+++ b/net-p2p/syncthing/files/syncthing.initd-user-r2
@@ -16,11 +16,9 @@ command_args="serve --no-browser --no-restart \
        ${SYNCTHING_OPTS}"
 
 depend() {
-       need localmount
        after net
 }
 
 start_pre() {
-       checkpath -q -d -o "${command_user}" "${SYNCTHING_HOMEDIR}"
        checkpath -q -f -o "${command_user}" "${SYNCTHING_LOGFILE}"
 }

diff --git a/net-p2p/syncthing/syncthing-2.0.12-r1.ebuild 
b/net-p2p/syncthing/syncthing-2.0.12-r2.ebuild
similarity index 100%
rename from net-p2p/syncthing/syncthing-2.0.12-r1.ebuild
rename to net-p2p/syncthing/syncthing-2.0.12-r2.ebuild

Reply via email to