Your message dated Tue, 27 Sep 2005 19:00:48 +0200
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #322558,
regarding conglomerate: Freezes while editing
to be marked as having been forwarded to the upstream software
author(s) Tomasz KÅoczko <[EMAIL PROTECTED]>.
(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 322558-forwarded) by bugs.debian.org; 27 Sep 2005 17:19:50 +0000
>From [EMAIL PROTECTED] Tue Sep 27 10:19:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from perrier.eu.org (kheops.perrier.eu.org) [81.56.227.253]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EKJ7O-0003ai-00; Tue, 27 Sep 2005 10:19:50 -0700
Received: from localhost (localhost [127.0.0.1])
by kheops.perrier.eu.org (Postfix) with ESMTP id 211574F980;
Tue, 27 Sep 2005 19:19:19 +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 26639-04; Tue, 27 Sep 2005 19:19:16 +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 E02E64F982;
Tue, 27 Sep 2005 19:19:13 +0200 (CEST)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 1000)
id D6E3340A814; Tue, 27 Sep 2005 19:00:48 +0200 (CEST)
Date: Tue, 27 Sep 2005 19:00:48 +0200
From: Christian Perrier <[EMAIL PROTECTED]>
To: Tomasz =?utf-8?Q?K=C5=82oczko?= <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Proposed patch for this documentation bug of newgrp(1)
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="0ntfKIWw70PvrIHh"
Content-Disposition: inline
User-Agent: Mutt/1.5.11
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at kheops.frmug.org
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
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-Level:
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
tags 322558 patch upstream
thanks
http://bugs.debian.org/322558
After a very long discussion with the bug submitter, Nicolas proposed
a change in the wording of the newgrp(1) man page to better document
what happens in situations described by the bug submitter.
Apart from saying the the wording is hard to understand (but the issue
*is* hard to understand), the bug submitter didn't object.
So, I reformatted Nicolas proposed change and here is=A0? Tomasz, the
proposed patch.
Could you please mention us whether you applied it and in which
version it will be fixed if you apply it?
Many thanks in advance...
--0ntfKIWw70PvrIHh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="newgrp.1.xml.diff"
--- newgrp.1.xml 2005-09-21 04:37:09.359515040 +0200
+++ newgrp.1.xml.new 2005-09-27 18:56:27.369229371 +0200
@@ -28,21 +28,28 @@
working directory, remains unchanged.
</para>
- <para><command>newgrp</command> changes the current real group ID to the
- named group, or to the default group listed in
- <filename>/etc/passwd</filename> if no group name is given.
- <command>newgrp</command> also tries to add the group to the user
- groupset. If not root, the user will be prompted for a password if she
- do not have a password and the group does, or if the user is not
- listed as a member and the group has a password. The user will be
- denied access if the group password is empty and the user is not
- listed as a member. If compiled with SHADOWPWD (respectively
- SHADOWGRP) defined, the password of the user (respectively, the
- password and the members of the group) will be overwritten by the
- value defined in <filename>/etc/shadow</filename> (respectively in
- <filename>/etc/gshadow</filename>) if an entry exists for this user
- (resp. group).
+ <para>
+ <command>newgrp</command> changes the current real group ID to
+ the named group, or to the default group listed in
+ <filename>/etc/passwd</filename> if no group name is
+ given. <command>newgrp</command> also tries to add the group to
+ the user groupset. I
+ </para>
+
+ <para>
+ If not root, the user will be prompted for a password if she
+ does not have a password (in /etc/shadow or in /etc/passwd)
+ and the group does, or if the user is not listed as a member and the
+ group has a password. The user will be denied access if the
+ group password is empty and the user is not listed as a member.
</para>
+
+ <para>
+ If there is an entry for this group in /etc/gshadow, then the
+ list of members and the password of this group will be taken
+ from this file, otherwise, the entry in /etc/group is
+ considered.
+ </para>
</refsect1>
<refsect1 id='files'>
--0ntfKIWw70PvrIHh--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]