[Pkg-shadow-devel] Bug#260149: marked as forwarded (usermod: Support gnu --long options like in useradd, groupadd)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 15 Apr 2005 10:33:50 -0700


Your message dated Fri, 15 Apr 2005 18:51:54 +0200
with message-id <20050415165154.GF22763@mykerinos.kheops.frmug.org>
has caused the Debian Bug report #260149,
regarding usermod: Support gnu --long options like in useradd, groupadd
to be marked as having been forwarded to the upstream software
author(s) Tomasz Kłoczko <kloczek@zie.pg.gda.pl>.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 260149-forwarded) by bugs.debian.org; 15 Apr 2005 17:16:10 +0000
>From bubulle@kheops.frmug.org Fri Apr 15 10:16:10 2005
Return-path: <bubulle@kheops.frmug.org>
Received: from perrier.eu.org (kheops.perrier.eu.org) [81.56.227.253] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DMUQL-00047T-00; Fri, 15 Apr 2005 10:16:10 -0700
Received: from localhost (localhost [127.0.0.1])
	by kheops.perrier.eu.org (Postfix) with ESMTP id CD5414F975;
	Fri, 15 Apr 2005 19:15:38 +0200 (CEST)
Received: from kheops.perrier.eu.org ([127.0.0.1])
	by localhost (kheops [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 01287-01; Fri, 15 Apr 2005 19:15:37 +0200 (CEST)
Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org [192.168.1.3])
	by kheops.perrier.eu.org (Postfix) with ESMTP id 5D9B84F96E;
	Fri, 15 Apr 2005 19:15:37 +0200 (CEST)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
	id 50E882329E; Fri, 15 Apr 2005 18:51:55 +0200 (CEST)
Date: Fri, 15 Apr 2005 18:51:54 +0200
From: Christian Perrier <bubulle@debian.org>
To: Tomasz =?utf-8?Q?K=C5=82oczko?= <kloczek@zie.pg.gda.pl>
Cc: 260149-forwarded@bugs.debian.org, control@bugs.debian.org
Subject: usermod should support long options
Message-ID: <20050415165154.GF22763@mykerinos.kheops.frmug.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at kheops.frmug.org
Delivered-To: 260149-forwarded@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-10.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	VALID_BTS_CONTROL autolearn=ham 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

tags 260149 upstream
thanks

Tomasz, I think this should be fixed upstream.....

Package: passwd
Version: 1:4.0.3-29
Severity: normal

For clarity, usermod command should provide GNU --long style options
that would clarify the commands when used from scripts (when you
look af the code after 2 months...). The current manual page only
offers shot options:

       usermod [-c comment] [-d home_dir [-m]]
               [-e expire_date] [-f inactive_time]
               [-g initial_group] [-G group [,...]]
               [-l login_name] [-p passwd]
               [-s shell] [-u uid [-o]] [-L|-U] login

This would be in par with other similar commands like adduser and groupadd

-- System


--