Your message dated Thu, 26 Jan 2006 10:45:38 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284196: warn about bad syntax in udev.rules
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; 4 Dec 2004 13:29:55 +0000
>From [EMAIL PROTECTED] Sat Dec 04 05:29:55 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (hoss.orcus.priv.at) [62.116.122.142]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CaZz0-0006Xd-00; Sat, 04 Dec 2004 05:29:55 -0800
Received: by hoss.orcus.priv.at (Postfix, from userid 1000)
id 418CB1A4EA5; Sat, 4 Dec 2004 14:26:07 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Bihlmeyer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: warn about bad syntax in udev.rules
X-Mailer: reportbug 3.2
Date: Sat, 04 Dec 2004 14:26:07 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: udev
Version: 0.046-3
Severity: wishlist
In udev.rules a misspelt key is just silently ignored. I think a
warning to syslog is in order.
The problem surfaced here because I used the old syntax
SYSFS_model="blah". Support for this was finally removed, and a lot of
my rules suddenly failed to match. I guess putting code like the following in
postinst for a few revisions could not hurt either:
if grep -qs SYSFS_ /etc/udev/rules.d/*; then
cat <<EOF
You seem to have obsolete "SYSFS_attr" keys in the following files. These will
no longer work, use "SYSFS{attr}" instead.
EOF
grep -l SYSFS_ /etc/udev/rules.d/*
fi
Thanks,
--
Robbe
---------------------------------------
Received: (at 284196-done) by bugs.debian.org; 26 Jan 2006 09:46:05 +0000
>From [EMAIL PROTECTED] Thu Jan 26 01:46:05 2006
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it ([213.92.8.2] ident=postfix)
by spohr.debian.org with esmtp (Exim 4.50)
id 1F23hd-0005no-O8
for [EMAIL PROTECTED]; Thu, 26 Jan 2006 01:46:05 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
id 5850D5F841; Thu, 26 Jan 2006 10:46:04 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
id F1F621C095; Thu, 26 Jan 2006 10:45:38 +0100 (CET)
Date: Thu, 26 Jan 2006 10:45:38 +0100
To: Robert Bihlmeyer <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#284196: warn about bad syntax in udev.rules
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
From: [EMAIL PROTECTED] (Marco d'Itri)
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Version: 0.082-1
This has been implemented at least in 082.
--=20
ciao,
Marco
--3MwIy2ne0vdjdPXF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD2JpCFGfw2OHuP7ERAhTBAKCi5/orbtowthB3Cb/Xt5/TGnytxACgptzE
OpZUyQT7g8Q2/YA+BpOTT8I=
=C0XJ
-----END PGP SIGNATURE-----
--3MwIy2ne0vdjdPXF--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]