From: Kay Sievers Date: Fri, 29 Oct 2010 13:50:09 +0000 (+0200) Subject: getty@.service: switch to agetty as the default X-Git-Tag: v12~115 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed81015f0a426d98c2ad8f14d6f27a5058a726d;p=systemd getty@.service: switch to agetty as the default --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 1edcad9f..b71e7f4e 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