Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Leonardo Sandoval
On 11/29/2016 03:08 PM, Cal Sullivan wrote: Oops, accidentally dropped CCs. See my reply below. On 11/29/2016 01:05 PM, Cal Sullivan wrote: On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM,

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Cal Sullivan
Oops, accidentally dropped CCs. See my reply below. On 11/29/2016 01:05 PM, Cal Sullivan wrote: On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM, > wrote

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Cal Sullivan
On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM, > wrote: From: Leonardo Sandoval mailto:leonardo.sandoval.gonza...@linux.intel.com>> getty

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Leonardo Sandoval
On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM, > wrote: From: Leonardo Sandoval mailto:leonardo.sandoval.gonza...@linux.intel.com>> getty devices were not being removed in some cases because

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Christopher Larson
On Tue, Nov 29, 2016 at 11:29 AM, < leonardo.sandoval.gonza...@linux.intel.com> wrote: > From: Leonardo Sandoval > > getty devices were not being removed in some cases because device name > was not at the end of the line, for example a ttyS1 device: > > S1:12345:respawn:/bin/start_getty 115200 tt

[OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval getty devices were not being removed in some cases because device name was not at the end of the line, for example a ttyS1 device: S1:12345:respawn:/bin/start_getty 115200 ttyS1 vt102 Removing this limitation allows sed to remove any line containing the device. Signed-o