diff options
author | Frederic Crozat <fcrozat@suse.com> | 2011-06-08 17:34:22 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-06-09 13:31:26 +0200 |
commit | dc725264f34f3a81eb47b7472f4484f849e0461d (patch) | |
tree | 02b283cfaa0b49293467c7f2f55b81b12ac36a7e /src/systemctl.c | |
parent | ef9d7dca5463e64510e174d55a869b4d5a3c4e84 (diff) |
enable chkconfig support in systemctl for openSUSE
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index a82cce4ae9..faca797565 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; |