From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754094AbbBTKUh (ORCPT ); Fri, 20 Feb 2015 05:20:37 -0500 Received: from wp221.webpack.hosteurope.de ([80.237.132.228]:48832 "EHLO wp221.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbbBTKUg (ORCPT ); Fri, 20 Feb 2015 05:20:36 -0500 X-Greylist: delayed 1070 seconds by postgrey-1.27 at vger.kernel.org; Fri, 20 Feb 2015 05:20:35 EST Date: Fri, 20 Feb 2015 11:02:01 +0100 From: Juergen Daubert To: linux-kernel@vger.kernel.org Subject: [bug] logger 2.26: regression, option -i not combinable with other options Message-ID: <20150220100201.GA2242@jue.netz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-bounce-key: webpack.hosteurope.de;jue@jue.li;1424427636;7219670a; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, with logger from util-linux 2.25.x it's possible to combine the option -i with other options like: logger -is with 2.26 I get the following error message: $:~> logger -is logger: failed to parse id: 's' The changed behaviour breaks existing scripts like dhcpcd-run-hooks [1] from dhcpcd [2]. Posible solution: - don't combine the -i and --id options but keep the behaviour of -i and make --id a long-form only option. Thanks and best regards Juergen [1] http://roy.marples.name/projects/dhcpcd/artifact/953bd27 [2] http://roy.marples.name/projects/dhcpcd/index