]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
systemctl: split out some SysV compat stuff into its own C file
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Mar 2019 19:05:08 +0000 (20:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2019 14:23:08 +0000 (15:23 +0100)
commit63a3b3cb70cb8e27ce20e698abd5548671c31265
treeea51e09ee519c8e0c095ca258489a2ba86a33ccd
parent8461f3680be9688b788913cc517b72eebb7ba3bb
systemctl: split out some SysV compat stuff into its own C file

systemctl.c is way to large already. Let's split out some stuff out that
is easy to split out.
meson.build
src/systemctl/systemctl.c
src/systemctl/sysv-compat.c [new file with mode: 0644]
src/systemctl/sysv-compat.h [new file with mode: 0644]