]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 24 Nov 2019 13:14:43 +0000 (14:14 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Nov 2019 13:02:14 +0000 (14:02 +0100)
commit0b8d3075872a05e0449906d24421ce192f50c29f
tree1f577a7d0c45ceb121cf66b7d6bb5f3ed821a999
parent3d58bfc01c9283eded77736990ea09b0ee4f6e23
pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=

The original PR was submitted with CPUSetCpus and CPUSetMems, which was later
changed to AllowedCPUs and AllowedMemmoryNodes everywhere (including the parser
used by systemd-run), but not in the parser for unit files.

Since we already released -rc1, let's keep support for the old names. I think
we can remove it in a release or two if anyone remembers to do that.

Fixes #14126. Follow-up for 047f5d63d7a1ab75073f8485e2f9b550d25b0772.
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h