[systemd-commits] configure.ac units/getty at .service.m4 units/serial-getty at .service.m4

Lennart Poettering lennart at kemper.freedesktop.org
Mon Feb 28 13:15:00 PST 2011


 configure.ac                   |    2 ++
 units/getty at .service.m4        |    3 +++
 units/serial-getty at .service.m4 |    3 +++
 3 files changed, 8 insertions(+)

New commits:
commit 53bdb7c186cc83fdbd2eb71677c18c26954fbec9
Author: Alexey Shabalin <a.shabalin at gmail.com>
Date:   Mon Feb 28 16:02:27 2011 +0300

    build-sys: update ALTLinux support
    
    Please apply patch for update ALTLinux support.

diff --git a/configure.ac b/configure.ac
index ce5772d..55a81ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -368,8 +368,10 @@ case $with_distro in
         altlinux)
                 SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
                 SYSTEM_SYSVRCND_PATH=/etc/rc.d
+                SPECIAL_SYSLOG_SERVICE=syslogd.service
                 AC_DEFINE(TARGET_ALTLINUX, [], [Target is ALTLinux])
                 M4_DISTRO_FLAG=-DTARGET_ALTLINUX=1
+		have_plymouth=true
                 ;;
         other)
                 AS_IF([test "x$with_syslog_service" = "x"],
diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index a016ba2..d282912 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .service.m4
@@ -18,6 +18,9 @@ After=rc-local.service
 m4_ifdef(`TARGET_FRUGALWARE',
 After=local.service
 )m4_dnl
+m4_ifdef(`TARGET_ALTLINUX',
+After=rc-local.service
+)m4_dnl
 
 # If additional gettys are spawned during boot then we should make
 # sure that this is synchronized before getty.target, even though
diff --git a/units/serial-getty at .service.m4 b/units/serial-getty at .service.m4
index 82414ea..2b3c8ed 100644
--- a/units/serial-getty at .service.m4
+++ b/units/serial-getty at .service.m4
@@ -18,6 +18,9 @@ After=rc-local.service
 m4_ifdef(`TARGET_FRUGALWARE',
 After=local.service
 )m4_dnl
+m4_ifdef(`TARGET_ALTLINUX',
+After=rc-local.service
+)m4_dnl
 
 # If additional gettys are spawned during boot then we should make
 # sure that this is synchronized before getty.target, even though



More information about the systemd-commits mailing list