busybox: make username consistent

ntpd in packages feed had already a user 'ntp' with UID 123 declared.
Rename the username of busybox-ntpd to be 'ntp' instead of 'ntpd' so
it doesn't clash.

Reported-by: Etienne Champetier <champetier.etienne@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2020-10-25 17:24:03 +00:00
parent 09804da80a
commit 2e746b4d29
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"user": "ntpd",
"user": "ntp",
"access": {
"service": {
"methods": [ "signal" ]