git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
502b667
)
syncthing: add specific USERID
author
Paul Spooren
<redacted>
Wed, 9 Sep 2020 20:34:09 +0000
(10:34 -1000)
committer
Paul Spooren
<redacted>
Wed, 9 Sep 2020 20:58:25 +0000
(10:58 -1000)
Instead of randomly adding a UID this follows the Gentoo numbering and
uses 499.
Signed-off-by: Paul Spooren <redacted>
utils/syncthing/Makefile
patch
|
blob
|
history
diff --git
a/utils/syncthing/Makefile
b/utils/syncthing/Makefile
index 7d9520d49977f8de978cc811f33bebd5b18bd66b..d0453f42bdb82e23e673cf579b2aab8f5a7aad01 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT