diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-20 17:55:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-20 17:55:42 +0200 |
commit | cfe243e3720062c2e0eecd8bb0bdd7b4059e156d (patch) | |
tree | 0621aacbfbf6b4bb7575eb3f3fa702096a6a974a /units/getty@.service.m4 | |
parent | eaf67512d376487a1a30e1cf61d6d33f8e9cb1e3 (diff) |
units: SUSE support
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 72d4794da1..31e8415c03 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -6,6 +6,7 @@ # (at your option) any later version. m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl +m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl m4_dnl |