diff options
author | Alexey Shabalin <a.shabalin@gmail.com> | 2011-02-28 16:02:27 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-28 22:10:13 +0100 |
commit | 53bdb7c186cc83fdbd2eb71677c18c26954fbec9 (patch) | |
tree | b230dadcd5e2d6535b2fe12a40908bd5d455b2aa /units/serial-getty@.service.m4 | |
parent | 90e6abaea0cfd25093aae1ad862c5c909ae55829 (diff) | |
download | systemd-53bdb7c186cc83fdbd2eb71677c18c26954fbec9.tar.gz |
build-sys: update ALTLinux support
Please apply patch for update ALTLinux support.
Diffstat (limited to 'units/serial-getty@.service.m4')
-rw-r--r-- | units/serial-getty@.service.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index 82414ea664..2b3c8edd57 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.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 |