1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

core/systemd.pc: do not add new non-underscored vars

Follow-up for 346b7b6b49

The old style was deprecated in
4908de44b0.
This commit is contained in:
Mike Yuan
2025-09-22 19:15:57 +02:00
committed by Yu Watanabe
parent 6c3c7a8bb7
commit 278953167d

View File

@@ -91,11 +91,9 @@ catalog_dir=${prefix}/lib/systemd/catalog
catalogdir=${catalog_dir}
system_alloc_uid_min={{SYSTEM_ALLOC_UID_MIN}}
systemallocuidmin=${system_alloc_uid_min}
system_uid_max={{SYSTEM_UID_MAX}}
systemuidmax=${system_uid_max}
system_alloc_gid_min={{SYSTEM_ALLOC_GID_MIN}}
systemallocgidmin=${system_alloc_gid_min}
system_gid_max={{SYSTEM_GID_MAX}}
systemgidmax=${system_gid_max}