]> err.no Git - systemd/commitdiff
Get rid of extra %I from getty@.service
authorTollef Fog Heen <tfheen@err.no>
Tue, 6 Jul 2010 17:52:16 +0000 (19:52 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 6 Jul 2010 17:52:16 +0000 (19:52 +0200)
units/getty@.service.m4

index ef52e0b4961444052ca1235b16665e2393cfc641..f1f7f326304b9e12777755f49883665643688cd5 100644 (file)
@@ -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