]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/machinectl.xml
systemctl,loginctl,machinectl: use a shared helper for arg_signal
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 13 Feb 2021 14:55:10 +0000 (15:55 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Feb 2021 14:59:09 +0000 (15:59 +0100)
commit86beb21302082e9df0aa8576b89fd29c9e1a43be
tree3b2a7fce94d144978236b919fe12f311c383872b
parent76e5e267fcf4d5c8d1470769b97ad75a7c67394b
systemctl,loginctl,machinectl: use a shared helper for arg_signal

I seems frivolous to yet another two -util.[ch] files, but the helper
should be in shared/ and it doesn't seem to fit anywhere else.
man/machinectl.xml
man/standard-options.xml
man/systemctl.xml
src/login/loginctl.c
src/machine/machinectl.c
src/shared/meson.build
src/shared/parse-argument.c [new file with mode: 0644]
src/shared/parse-argument.h [new file with mode: 0644]
src/systemctl/systemctl.c