From: Frederic Crozat Date: Wed, 8 Jun 2011 15:34:22 +0000 (+0200) Subject: enable chkconfig support in systemctl for openSUSE X-Git-Tag: v29~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dc725264f34f3a81eb47b7472f4484f849e0461d;p=elogind.git enable chkconfig support in systemctl for openSUSE --- diff --git a/src/systemctl.c b/src/systemctl.c index a82cce4ae..faca79756 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4089,7 +4089,7 @@ static int install_info_apply(const char *verb, LookupPaths *paths, InstallInfo } if (!f) { -#if (defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA)) || defined(TARGET_MEEGO) && defined (HAVE_SYSV_COMPAT) +#if (defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_SUSE)) || defined(TARGET_MEEGO) && defined (HAVE_SYSV_COMPAT) if (endswith(i->name, ".service")) { char *sysv;