[systemd-commits] src/systemctl.c
Kay Sievers
kay at kemper.freedesktop.org
Thu Jun 9 04:31:37 PDT 2011
src/systemctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc725264f34f3a81eb47b7472f4484f849e0461d
Author: Frederic Crozat <fcrozat at suse.com>
Date: Wed Jun 8 17:34:22 2011 +0200
enable chkconfig support in systemctl for openSUSE
diff --git a/src/systemctl.c b/src/systemctl.c
index a82cce4..faca797 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;
More information about the systemd-commits
mailing list