chiark / gitweb /
build-sys: update ALTLinux support
authorAlexey Shabalin <a.shabalin@gmail.com>
Mon, 28 Feb 2011 13:02:27 +0000 (16:02 +0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Feb 2011 21:10:13 +0000 (22:10 +0100)
Please apply patch for update ALTLinux support.

configure.ac
units/getty@.service.m4
units/serial-getty@.service.m4

index ce5772d55930a6492bbbca7078d57e8f8745c3d3..55a81abc6906bad4fcd2067102d12f95bd6ba675 100644 (file)
@@ -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"],
index a016ba2c683cc49bbd6b251963b36040d34d8a30..d282912274110b6cb80cc1801ad8167670d808ca 100644 (file)
@@ -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
index 82414ea664be153d466509856d38cfc20f0917af..2b3c8edd57a6bfa3faab7be35f3c5debf90c72e3 100644 (file)
@@ -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