From 419f3284371ea7568f22c89e7eea21ed0f897f0e Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Mon, 17 May 2010 11:49:58 +0200 Subject: [PATCH] units: add getty@.service define for Gentoo --- units/getty@.service.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index b95124880..9787638de 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -17,6 +17,7 @@ m4_ifdef(`TARGET_FEDORA', `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 [Unit] Description=Getty on %I -- 2.30.2