[systemd-commits] src/systemctl.c

Lennart Poettering lennart at kemper.freedesktop.org
Wed Jun 15 11:16:47 PDT 2011


 src/systemctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9eaa2d538c63bb3adfec82fb65eab4e1979c7b9
Author: Alexey Shabalin <shaba at altlinux.org>
Date:   Fri Jun 10 21:30:15 2011 +0400

    systemctl: enable chkconfig support in systemctl for ALTLinux

diff --git a/src/systemctl.c b/src/systemctl.c
index 2bd173c..5a0055b 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_SUSE)) || defined(TARGET_MEEGO) && defined (HAVE_SYSV_COMPAT)
+#if (defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_SUSE) || defined(TARGET_MEEGO) || defined(TARGET_ALTLINUX)) && defined (HAVE_SYSV_COMPAT)
 
                 if (endswith(i->name, ".service")) {
                         char *sysv;



More information about the systemd-commits mailing list