chiark / gitweb /
service: don't automatically add D-Bus service name as an alias to all dbus service...
[elogind.git] / src / systemctl.c
index c77f831eaaafdf72b255d810517e64b30ab45e78..627b9055aeb9f71eb020568b83db2b0a04fd0d7d 100644 (file)
@@ -52,6 +52,7 @@
 #include "shutdownd.h"
 #include "exit-status.h"
 #include "bus-errors.h"
+#include "build.h"
 
 static const char *arg_type = NULL;
 static char **arg_property = NULL;
@@ -4031,6 +4032,8 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
 
                 case ARG_VERSION:
                         puts(PACKAGE_STRING);
+                        puts(DISTRIBUTION);
+                        puts(SYSTEMD_FEATURES);
                         return 0;
 
                 case 't':