]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: rename enqueue-marked-jobs to enqueue-marked 40930/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 3 Mar 2026 14:22:08 +0000 (15:22 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 3 Mar 2026 14:26:45 +0000 (15:26 +0100)
commitd90858544c23ac09858d7f51e49eca72eb3eb143
treeaf1ade9836aa2bf77e31f3c2f78e9e592e6971d9
parentec4ff79f07604667b034758e48aed3b67086f3dd
systemctl: rename enqueue-marked-jobs to enqueue-marked

Closes #40883. As described in the issue, it's not "jobs" that are
marked, and also the name is unnecessarilly long.

I think we don't need any compatibility measures here. At least in the
rpm world, package upgrade scripts go through the helper which is part
of the package so the new systemctl and the new helper are upgraded
together.
NEWS
man/systemctl.xml
shell-completion/bash/systemctl.in
src/rpm/systemd-update-helper.in
src/systemctl/systemctl-main.c
src/systemctl/systemctl-start-unit.c
src/systemctl/systemctl.c