From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Date: Tue, 27 Feb 2001 01:36:40 +0000 Subject: Re: Yet another patch Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Thanks, I think I'll be checking this stuff in soon. I tested it with bash1 and bash2; found a bug from somewhere for bash1 systems, "unset IFS" was failing. Comments should be good in "usb.handmap" (which will likely collect lots of HID devices like joysticks and mice) and other places that users edit by hand. One thing to watch out for is that this way of handling comment lines expects BASH to be able to parse the comments, so this "comment" # Don't use punctuation. would cause at least two errors (unterminated string literal and strange number format). But it's still better than no comments at all! - Dave ----- Original Message ----- From: "Gioele Barabucci" To: Sent: Monday, February 26, 2001 1:58 PM Subject: Yet another patch > This patch is like to previous one but adds the ability to use comments in > *map files, but this this time the lines just have to start with "#" followed > by any string (in the past patch "##" were not recognized as comment) > > the patch is done against CVS at 22:20 > > _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel