X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fsystemctl%2Fsystemctl.c;h=2ebfff8daf94e3ef71491401eb3aeb3cdc585df0;hb=bc2708414babc5c99bb8000e63c84e87606cc15d;hp=086872c696ba9f6a1de698041b9b481f2f760294;hpb=1a0fce458d3b45624c5817006735d59a5689ef83;p=elogind.git diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 086872c69..2ebfff8da 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3436,7 +3436,7 @@ finish: static int enable_sysv_units(char **args) { int r = 0; -#if defined (HAVE_SYSV_COMPAT) && (defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_SUSE) || defined(TARGET_ALTLINUX) || defined(TARGET_MAGEIA)) +#if defined(HAVE_SYSV_COMPAT) && defined(HAVE_CHKCONFIG) const char *verb = args[0]; unsigned f = 1, t = 1; LookupPaths paths; @@ -4201,7 +4201,6 @@ static int systemctl_parse_argv(int argc, char *argv[]) { case ARG_VERSION: puts(PACKAGE_STRING); - puts(DISTRIBUTION); puts(SYSTEMD_FEATURES); return 0;