From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RtMy7-0003fz-Up for openembedded-core@lists.openembedded.org; Fri, 03 Feb 2012 18:30:40 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q13HMfC7023108; Fri, 3 Feb 2012 17:22:41 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22923-02; Fri, 3 Feb 2012 17:22:37 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q13HMWQ6023101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Feb 2012 17:22:32 GMT Message-ID: <1328289758.17307.10.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 03 Feb 2012 17:22:38 +0000 In-Reply-To: <1328117088-4547-1-git-send-email-steve@sakoman.com> References: <1328117088-4547-1-git-send-email-steve@sakoman.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Steve Sakoman Subject: Re: [PATCH v2] shadow-securetty: allow root logins on usb serial gadget device X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2012 17:30:40 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-02-01 at 09:24 -0800, Steve Sakoman wrote: > Existing tty list does not include ttyGS0, add it > > Signed-off-by: Steve Sakoman > --- > Changes in this version: > - set PR to r1 > > meta/recipes-extended/shadow/files/securetty | 3 +++ > .../shadow/shadow-securetty_4.1.4.3.bb | 2 ++ > 2 files changed, 5 insertions(+), 0 deletions(-) Merged to master, thanks. Richard