From: Tollef Fog Heen Date: Tue, 6 Jul 2010 17:52:16 +0000 (+0200) Subject: Get rid of extra %I from getty@.service X-Git-Tag: 8-2~29^2~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ecaf286db92aae59eb9a4f4af272c6f0fa97ba5;p=systemd Get rid of extra %I from getty@.service --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index ef52e0b4..f1f7f326 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -7,7 +7,7 @@ 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 %I')')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_ifdef(`TARGET_ARCH', `m4_define(`GETTY', `/sbin/agetty -8 38400')')m4_dnl m4_dnl