[systemd-commits] units/getty at .service.m4

Kay Sievers kay at kemper.freedesktop.org
Fri Oct 29 06:51:58 PDT 2010


 units/getty at .service.m4 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9ed81015f0a426d98c2ad8f14d6f27a5058a726d
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Fri Oct 29 15:50:09 2010 +0200

    getty at .service: switch to agetty as the default

diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index 1edcad9..b71e7f4 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .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



More information about the systemd-commits mailing list