mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
freeradius: Add missing 'radiusd' static group id
This fixes build in reproducible test environment [0]: ERROR: freeradius-3.0.26-r0 do_install: ExecutionError [...] | chown: invalid group: ‘radiusd:radiusd’ [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/12/steps/28/logs/stdio line 12830 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ee0c034eb9
commit
a4bd219c75
|
@ -11,3 +11,4 @@ ftp:x:640:
|
|||
rwhod:x:641:
|
||||
lldpd:x:642:
|
||||
opensaf:x:643:
|
||||
radiusd:x:651:
|
||||
|
|
|
@ -10,7 +10,7 @@ rwhod:x:641:641::/:/bin/nologin
|
|||
lldpd:x:642:642::/:/bin/nologin
|
||||
opensaf:x:643:643::/:/bin/nologin
|
||||
tinyproxy:x:650:nogroup::/:/bin/nologin
|
||||
radiusd:x:651:nogroup::/:/bin/nologin
|
||||
radiusd:x:651:radiusd::/:/bin/nologin
|
||||
nm-openconnect:x:652:nogroup::/:/bin/nologin
|
||||
ntp:x:653:nogroup::/:/bin/nologin
|
||||
nm-fortisslvpn:x:654:nogroup::/:/bin/nologin
|
||||
|
|
Loading…
Reference in New Issue
Block a user