Your message dated Fri, 25 Nov 2005 13:54:32 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#295755: module-init-tools: reads user's backup files in /etc/modprobe.d 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; 17 Feb 2005 22:33:13 +0000 >From [EMAIL PROTECTED] Thu Feb 17 14:33:13 2005 Return-path: <[EMAIL PROTECTED]> Received: from hilbert.pdmi.nw.ru (hilbert.pdmi.ras.ru) [195.19.216.194] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D1uCu-00060Y-00; Thu, 17 Feb 2005 14:33:12 -0800 Received: from gauss.pdmi.ras.ru (gauss.pdmi.ras.ru [83.149.197.3]) by hilbert.pdmi.ras.ru (8.12.3/8.12.3/Debian-7.1) with ESMTP id j1HMX8EK018924 for <[EMAIL PROTECTED]>; Fri, 18 Feb 2005 01:33:08 +0300 Received: (from [EMAIL PROTECTED]) by gauss.pdmi.ras.ru (8.8.8/8.8.8/Debian/GNU) with UUCP id BAA25408 for [EMAIL PROTECTED]; Fri, 18 Feb 2005 01:32:55 +0300 Received: from serg by fatty with local (Exim 4.34) id 1D1uPC-0006Z9-TH; Fri, 18 Feb 2005 01:45:54 +0300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sergei Ivanov <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: module-init-tools: reads user's backup files in /etc/modprobe.d X-Mailer: reportbug 3.2 Date: Fri, 18 Feb 2005 01:45:54 +0300 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: ClamAV 0.80/705/Fri Feb 11 19:51:32 2005 clamav-milter version 0.80j on hilbert.pdmi.ras.ru X-Virus-Status: Clean X-Scanned-By: milter-spamc/0.10.108 (hilbert [83.149.197.7]); Fri, 18 Feb 2005 01:33:08 +0300 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: module-init-tools Version: 3.2-pre1-2 Severity: normal Modprobe seems to include all files found in /etc/modprobe.d, maybe except specials like *.dpkg-dist. This is a problem if a user changes a file and wants to keep a backup copy. He probably would not call it `something.dpkg-dist'. It seems that the patch excluding dpkg-names initially allowed only /^[a-zA-Z0-9_-]+$/, but this was changed because some special file was needed in some cases. I think the old way is right and the new way is wrong. The namespace rule should be positive like "anything alphanumeric or ending with .modconf", not negative like "everything except SomeEditor's backups and SomeVCS metadata". Any special name can be symlinked or include'd if necessary. And it would be nice to have the behavior documented somewhere. A `README.renaming' file in /etc/modprobe.d could prevent confusion, but alas, modprobe would think it's configuraton. :) -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-s1 Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Versions of packages module-init-tools depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an -- no debconf information --------------------------------------- Received: (at 295755-done) by bugs.debian.org; 25 Nov 2005 12:54:42 +0000 >From [EMAIL PROTECTED] Fri Nov 25 04:54:42 2005 Return-path: <[EMAIL PROTECTED]> Received: from attila.bofh.it ([213.92.8.2]) by spohr.debian.org with esmtp (Exim 4.50) id 1Efd6A-0005bm-OD for [EMAIL PROTECTED]; Fri, 25 Nov 2005 04:54:42 -0800 Received: by attila.bofh.it (Postfix, from userid 10) id 041F45F786; Fri, 25 Nov 2005 13:54:40 +0100 (CET) Received: by wonderland.linux.it (Postfix, from userid 1001) id 7DA3C1CC5E; Fri, 25 Nov 2005 13:54:32 +0100 (CET) Date: Fri, 25 Nov 2005 13:54:32 +0100 To: Sergei Ivanov <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#295755: module-init-tools: reads user's backup files in /etc/modprobe.d Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" 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 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Feb 17, Sergei Ivanov <[EMAIL PROTECTED]> wrote: > Modprobe seems to include all files found in /etc/modprobe.d, > maybe except specials like *.dpkg-dist. I am closing this bug because I do not want to add Debian-specific behaviour which would probably confuse users. If you disagree please discuss this issue with the upstream maintainer. --=20 ciao, Marco --HcAYCG3uE/tztfnV 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) iD8DBQFDhwmIFGfw2OHuP7ERAvVsAKCYKRl8WJ+VmpvUFTTvG0sIqYa6XgCfT4UC mWX+nKX423vwxQNO7wK/QgU= =a4bx -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]