summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-10-29 15:50:09 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-10-29 15:50:09 +0200
commit9ed81015f0a426d98c2ad8f14d6f27a5058a726d (patch)
tree650e295fe0a94cd2ef2ffdae8750e9a2f700d8b1 /units/getty@.service.m4
parentb81884e7466b8e8bc1261b1b1a722d11694b8c54 (diff)
getty@.service: switch to agetty as the default
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 1edcad9f0e..b71e7f4ed4 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -5,8 +5,8 @@
# the Free Software Foundation; either version 2 of the License, or
# (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_FEDORA', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
+m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
m4_ifdef(`TARGET_UBUNTU', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl