Your message dated Mon, 21 Feb 2005 13:41:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 4.1.3+4.1.4beta2-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(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 submit) by bugs.debian.org; 21 Feb 2005 09:56:39 +0000
>From [EMAIL PROTECTED] Mon Feb 21 01:56:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from opium.multi24.com [213.239.202.166]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3AIx-0007KJ-00; Mon, 21 Feb 2005 01:56:39 -0800
Received: by opium.multi24.com (Postfix, from userid 1000)
id 45B52400187; Mon, 21 Feb 2005 10:56:38 +0100 (CET)
Date: Mon, 21 Feb 2005 10:56:38 +0100
From: Peter Palfrader <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: autofs breaks nis auto.master when there is a tab in nsswitch
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
X-PGP: 1024D/94C09C7F 5B00 C96D 5D54 AEE1 206B AF84 DE7A AF6E 94C0 9C7F
X-Request-PGP: http://www.palfrader.org/keys/94C09C7F.asc
X-Accept-Language: de, en
User-Agent: Mutt/1.5.6+20040907i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: autofs
Version: 4.1.3+4.1.4beta2-2
Severity: grave
The diff for etc/init.d/autofs includes:
#
# Check for all maps that are to be loaded
#
function getschemes()
{
- if grep -q ^automount: /etc/nsswitch.conf; then
+ if grep -q '^automount:[ \t]' /etc/nsswitch.conf; then
grep ^automount: /etc/nsswitch.conf | \
sed -e 's/^.*://' -e 's/\[.*\]/ /g'
else
echo files
fi
}
However, the new grep is broken:
| [EMAIL PROTECTED]:~$ grep '^automount:[ \t]' /etc/nsswitch.conf
| [EMAIL PROTECTED]:~$ grep '^automount:[ ]' /etc/nsswitch.conf
^^^^ < that's a tab
| automount: files nis
--
Peter
---------------------------------------
Received: (at 296238-done) by bugs.debian.org; 21 Feb 2005 12:42:02 +0000
>From [EMAIL PROTECTED] Mon Feb 21 04:42:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from cassarossa.samfundet.no [129.241.93.19] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3Csz-0005OM-00; Mon, 21 Feb 2005 04:42:01 -0800
Received: from trofast.sesse.net ([129.241.93.32])
by cassarossa.samfundet.no with esmtp (Exim 4.34)
id 1D3Csx-00064P-5b; Mon, 21 Feb 2005 13:42:00 +0100
Received: from sesse by trofast.sesse.net with local (Exim 3.36 #1 (Debian))
id 1D3Csw-0007bl-00; Mon, 21 Feb 2005 13:41:58 +0100
Date: Mon, 21 Feb 2005 13:41:58 +0100
From: "Steinar H. Gunderson" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Fixed in 4.1.3+4.1.4beta2-3
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
X-Operating-System: Linux 2.6.11-rc3 on a i686
X-Message-Flag: Outlook? --> http://www.mozilla.org/products/thunderbird/
User-Agent: Mutt/1.5.6+20040907i
X-Spam-Score: -2.8 (--)
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-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-Spam-Level:
X-CrossAssassin-Score: 2
severity 296238 grave
reopen 296243
merge 296238 296243
tags 296238 + sarge
thanks
Hi,
#296238 (dupe of #296243) was fixed in the latest autofs upload to sid (which
should enter sarge shortly), but I wrote the wrong bug number in the
changelog (_again_), thus this manual e-mail. Thanks for the bug report. :-)
/* Steinar */
--
Homepage: http://www.sesse.net/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]