]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: don't special case ACTION_RUNLEVEL anymore
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Sep 2015 09:54:15 +0000 (11:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:51 +0000 (21:55 +0200)
commit4f16c1f479ac3d790933ca196075cba333bab387
tree7085c01c2ed18914c420e49f6c8c8022c412aed3
parentf2d11d35e90d5143d2bc6103ff451778909644f0
systemctl: don't special case ACTION_RUNLEVEL anymore

Let's move its dispatching to the main switch statement.
src/systemctl/systemctl.c