From owner-freebsd-bugs Sun Aug 27 23:19:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA04205 for bugs-outgoing; Sun, 27 Aug 1995 23:19:11 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA04196 ; Sun, 27 Aug 1995 23:19:03 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA19967; Mon, 28 Aug 1995 08:18:59 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA10362; Mon, 28 Aug 1995 08:18:59 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA10566; Mon, 28 Aug 1995 08:00:42 +0200 From: J Wunsch Message-Id: <199508280600.IAA10566@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: gnats@freefall.FreeBSD.org (GNU GNATS) Date: Mon, 28 Aug 1995 08:00:41 +0200 (MET DST) Cc: freebsd-bugs@freefall.FreeBSD.org In-Reply-To: <199508261130.EAA13346@freefall.FreeBSD.org> from "GNU GNATS" at Aug 26, 95 04:30:08 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 965 Sender: bugs-owner@FreeBSD.org Precedence: bulk As GNU GNATS wrote: > > This is the list of currently open problem reports > ... > [1995/08/23] kern/707 Too few printf args ^^^^ Well, they look ok now, but: > This is the list of problem reports already analyzed: ... > [PDT/08/11] bin/671 No quot available. ^^^ I've totally forgot about the `analyzed' section. Can somebody apply this patch again? --- send-bug-summary~ Mon Aug 14 19:48:01 1995 +++ send-bug-summary Mon Aug 28 07:58:36 1995 @@ -50,6 +50,8 @@ $number = &getline($_); } elsif (/Arrival-Date:/) { $date = &getline($_); + # strip timezone if any (between HH:MM:SS and YYYY at end of line): + $date =~ s/(\d\d:\d\d:\d\d)\D+(\d{4})$/\1 \2/; ($dow,$mon,$day,$time,$year) = split(/[ \t]+/, $date); $day = "0$day" if $day =~ /^[0-9]$/; $date = "$year/$mons{$mon}/$day"; -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)