From 0dfa53bfba61cb147d66fd7ac517ab9f4c75b13a Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 9 Sep 2020 10:34:09 -1000 Subject: [PATCH] syncthing: add specific USERID Instead of randomly adding a UID this follows the Gentoo numbering and uses 499. Signed-off-by: Paul Spooren --- utils/syncthing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 7d9520d49..d0453f42b 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -40,7 +40,7 @@ define Package/syncthing DEPENDS:=$(GO_ARCH_DEPENDS) SECTION:=utils CATEGORY:=Utilities - USERID:=syncthing:syncthing + USERID:=syncthing=499:syncthing=499 endef define Package/syncthing/conffiles