meta-oe/static-ids: Change postgres to 28 to match forced id in recipe

Current recipe does impose UID=GID=28 in the recipe code.
Change postgres static ID to match in order to avoid a warning in
reproducibility tests.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yoann Congal
2023-11-15 17:14:43 +01:00
committed by Khem Raj
parent 7fb028ebf0
commit f1607d9617
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ redis:x:600:
xrdp:x:601:
sanlock:x:602:
mysql:x:603:
postgres:x:604:
postgres:x:28:
zabbix:x:605:
mail:x:606:
nogroup:x:65534:
+1 -1
View File
@@ -2,7 +2,7 @@ redis:x:600:600::/:/bin/nologin
xrdp:x:601:601::/:/bin/nologin
sanlock:x:602:602::/:/bin/nologin
mysql:x:603:603::/:/bin/nologin
postgres:x:604:604::/:/bin/nologin
postgres:x:28:28::/:/bin/nologin
zabbix:x:605:605::/:/bin/nologin
cyrus:x:606:nogroup::/:/bin/nologin
pcp:x:620:nogroup::/:/bin/nologin