From owner-freebsd-www Sun Nov 10 4:18:17 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E98737B401; Sun, 10 Nov 2002 04:18:06 -0800 (PST) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB4343E4A; Sun, 10 Nov 2002 04:18:04 -0800 (PST) (envelope-from rushani@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id gAACHvm39327; Sun, 10 Nov 2002 21:17:57 +0900 (JST) (envelope-from rushani@castle.jp.FreeBSD.org) Date: Sun, 10 Nov 2002 21:17:57 +0900 (JST) Message-Id: <20021110.211757.74718905.rushani@castle.jp.FreeBSD.org> To: jmallett@FreeBSD.ORG Cc: www@FreeBSD.ORG Subject: Re: Request for review of projects/mips page. From: Hideyuki KURASHINA In-Reply-To: <20021108061218.A81792@FreeBSD.org> References: <20021108060458.A81114@FreeBSD.org> <20021108061218.A81792@FreeBSD.org> X-PGP-Public-Key: http://www.bl.mmtr.or.jp/~rushani/public_key.txt X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.0.60 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, >>> On Fri, 8 Nov 2002 06:12:18 -0800, Juli Mallett said: > Oops, here's the actual diff: I've reviewed your diff, and how about applying following diff? Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/projects/mips/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 8 Nov 2002 14:56:50 -0000 1.1 +++ Makefile 10 Nov 2002 12:14:36 -0000 @@ -1,4 +1,4 @@ -# Summary for C99 project status +# Summary for FreeBSD/MIPS project status # # $FreeBSD: www/en/projects/mips/Makefile,v 1.1 2002/11/08 14:56:50 jmallett Exp $ -- rushani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Mon Nov 11 3:52:39 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2B137B401; Mon, 11 Nov 2002 03:52:37 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F6E43E4A; Mon, 11 Nov 2002 03:52:36 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id EB2B25350; Mon, 11 Nov 2002 12:52:32 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: Kris Kennaway , developers@FreeBSD.org, www@FreeBSD.org Subject: Re: send-pr again References: <3915.1036701991@critter.freebsd.dk> From: Dag-Erling Smorgrav Date: Mon, 11 Nov 2002 12:52:32 +0100 In-Reply-To: <3915.1036701991@critter.freebsd.dk> (Poul-Henning Kamp's message of "Thu, 07 Nov 2002 21:46:31 +0100") Message-ID: Lines: 35 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Poul-Henning Kamp writes: > 3) Stop putting submitted PR's directly into the database, instead forward > them to a mailbox which the bugbusters sort through ? That was one of my long-term goals when I was bugmeister. Unfortunately, I never got around to implementing it. Briefly, this requires: - adding a new PR state, e.g. "fresh" - modifying Gnats to use "fresh" instead of "open" for incoming PRs, store them in a separate directory, and not send a receipt. - modifying the web query interface to *never, ever* show "fresh" PRs. - modifying the gnats cvsup collection to exclude the directory where "fresh" PRs are stored. - modifying Gnats to send "fresh" PRs to a closed list (to which only committers and / or bugbusters are allowed to subscribe) instead of -bugs, -ports etc. - creating tools for moving PRs from "fresh" to either "open" or "closed". When a PR moves from "fresh" to "open", a receipt is sent to the originator and the entire PR is mailed to -bugs, -ports or whatever. If anyone is interested in taking this on, I can offer further advice on how to implement the above requirements. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Mon Nov 11 3:57:57 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73C737B401; Mon, 11 Nov 2002 03:57:55 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B966F43E3B; Mon, 11 Nov 2002 03:57:54 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id gABBvZOr052848; Mon, 11 Nov 2002 12:57:35 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: Kris Kennaway , developers@FreeBSD.org, www@FreeBSD.org Subject: Re: send-pr again In-Reply-To: Your message of "Mon, 11 Nov 2002 12:52:32 +0100." Date: Mon, 11 Nov 2002 12:57:35 +0100 Message-ID: <52847.1037015855@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> 3) Stop putting submitted PR's directly into the database, instead forward >> them to a mailbox which the bugbusters sort through ? > >That was one of my long-term goals when I was bugmeister. >Unfortunately, I never got around to implementing it. > >Briefly, this requires: It would be much faster and simpler to: Store all incoming PRs (web or otherwise) in a mailbox. Have a team of PR-scrubbers take turns at reading the mailbox, forwarding he good PR's to GNATS using a commandline. > - adding a new PR state, e.g. "fresh" > > - modifying Gnats to use "fresh" instead of "open" for incoming PRs, > store them in a separate directory, and not send a receipt. > > - modifying the web query interface to *never, ever* show "fresh" > PRs. > > - modifying the gnats cvsup collection to exclude the directory where > "fresh" PRs are stored. > > - modifying Gnats to send "fresh" PRs to a closed list (to which only > committers and / or bugbusters are allowed to subscribe) instead of > -bugs, -ports etc. > > - creating tools for moving PRs from "fresh" to either "open" or > "closed". When a PR moves from "fresh" to "open", a receipt is > sent to the originator and the entire PR is mailed to -bugs, -ports > or whatever. > >If anyone is interested in taking this on, I can offer further advice >on how to implement the above requirements. > >DES >-- >Dag-Erling Smorgrav - des@ofug.org > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Mon Nov 11 8:20: 8 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B7DF37B401 for ; Mon, 11 Nov 2002 08:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497C043E75 for ; Mon, 11 Nov 2002 08:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gABGK6x3004225 for ; Mon, 11 Nov 2002 08:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gABGK6DH004224; Mon, 11 Nov 2002 08:20:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546C137B401 for ; Mon, 11 Nov 2002 08:19:06 -0800 (PST) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE98643E75 for ; Mon, 11 Nov 2002 08:19:05 -0800 (PST) (envelope-from sjr@comcast.net) Received: from pcp325887pcs.catonv01.md.comcast.net (pcp01207467pcs.nrockv01.md.comcast.net [68.48.13.246]) by mtaout06.icomcast.net (iPlanet Messaging Server 5.1 HotFix 1.5 (built Sep 23 2002)) with ESMTP id <0H5F00BQM6N6X6@mtaout06.icomcast.net> for FreeBSD-gnats-submit@freebsd.org; Mon, 11 Nov 2002 11:18:44 -0500 (EST) Received: from pcp325887pcs.catonv01.md.comcast.net (localhost [127.0.0.1]) by pcp325887pcs.catonv01.md.comcast.net (8.12.6/8.12.6) with ESMTP id gABGIssJ003250 for ; Mon, 11 Nov 2002 11:18:54 -0500 Received: (from sjr@localhost) by pcp325887pcs.catonv01.md.comcast.net (8.12.6/8.12.6/Submit) id gABGIslq003249; Mon, 11 Nov 2002 11:18:54 -0500 (EST) Message-Id: <200211111618.gABGIslq003249@pcp325887pcs.catonv01.md.comcast.net> Date: Mon, 11 Nov 2002 11:18:54 -0500 (EST) From: "Stephen J. Roznowski" Reply-To: "Stephen J. Roznowski" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/45217: http://www.freebsd.org/send-pr.html broken Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45217 >Category: www >Synopsis: http://www.freebsd.org/send-pr.html broken >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 11 08:20:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: When trying to access "Send a bug report" from the front page of www.freebsd.org, I get: Forbidden You don't have permission to access /send-pr.html on this server. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Mon Nov 11 12:10: 5 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD6137B401 for ; Mon, 11 Nov 2002 12:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0607143E4A for ; Mon, 11 Nov 2002 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gABKA3x3009675 for ; Mon, 11 Nov 2002 12:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gABKA35U009674; Mon, 11 Nov 2002 12:10:03 -0800 (PST) Date: Mon, 11 Nov 2002 12:10:03 -0800 (PST) Message-Id: <200211112010.gABKA35U009674@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Hendrik Scholz Subject: Re: www/45217: http://www.freebsd.org/send-pr.html broken Reply-To: Hendrik Scholz Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45217; it has been noted by GNATS. From: Hendrik Scholz To: freebsd-gnats-submit@FreeBSD.org Cc: sjr@comcast.net Subject: Re: www/45217: http://www.freebsd.org/send-pr.html broken Date: Mon, 11 Nov 2002 20:58:41 +0100 Hi! Btw: It doesn't show "maintainer-update" as Class option. Hendrik -- Hendrik Scholz - - http://raisdorf.net/ drag me, drop me - treat me like an object To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Tue Nov 12 2:20: 6 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E6937B401; Tue, 12 Nov 2002 02:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DB343E42; Tue, 12 Nov 2002 02:20:05 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACAK5x3070879; Tue, 12 Nov 2002 02:20:05 -0800 (PST) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACAK5s4070875; Tue, 12 Nov 2002 02:20:05 -0800 (PST) Date: Tue, 12 Nov 2002 02:20:05 -0800 (PST) From: Wolfram Schneider Message-Id: <200211121020.gACAK5s4070875@freefall.freebsd.org> To: wosch@FreeBSD.org, freebsd-www@FreeBSD.org, wosch@FreeBSD.org Subject: Re: www/45184: hyperlinks in mail archives don't deal with all special html characters properly Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: hyperlinks in mail archives don't deal with all special html characters properly Responsible-Changed-From-To: freebsd-www->wosch Responsible-Changed-By: wosch Responsible-Changed-When: Tue Nov 12 02:19:06 PST 2002 Responsible-Changed-Why: wosch is the maintainer of the web mail archives. http://www.freebsd.org/cgi/query-pr.cgi?pr=45184 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Tue Nov 12 2:36:38 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E7C37B401; Tue, 12 Nov 2002 02:36:30 -0800 (PST) Received: from mail2.caramail.com (mail2.caramail.com [213.193.13.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id C767643E77; Tue, 12 Nov 2002 02:36:29 -0800 (PST) (envelope-from sanusibello@caramail.com) Received: from caramail.com (www19.caramail.com [213.193.13.29]) by mail2.caramail.com (Postfix) with SMTP id A9B0ECA2F; Tue, 12 Nov 2002 11:36:27 +0100 (MET) From: sanusibello sanusibello To: sanusibello@caramail.com Message-ID: <1037097371007452@caramail.com> X-Mailer: Caramail - www.caramail.com X-Originating-IP: [216.139.169.154] Mime-Version: 1.0 Subject: Greetings Date: Tue, 12 Nov 2002 11:36:11 GMT+1 Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_0074521037097371_ID" Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --=_NextPart_Caramail_0074521037097371_ID Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FROM: DR.SANUSI BELLO. H.O.D. ACCOUNTS. CHARTERED BANK OF TOGO Email: suun4us@yahoo.com First I must solicit your confidence in this transaction, this is by virtue of it being very confidential. I am Dr. SANUSI BELLO, the head of accounts department in the Chartered Bank of Togo. I came to know you in my private search for a reliable and reputable person to handle this confidential transaction, which involves the transfer of a huge sum of money to a foreign bank account requiring maximum confidence. The proposition, Late Engineer Kelvin Michael, an Oil Merchant/Contractor with the Republic of Togo, until his untimely death three years ago in a ghastly motor accident, banked with us here at Chartered Bank of Togo, and has a closing balance of US$35.725m (Thirty Five Million, Seven Hundred and Twenty Five Thousand Dollars), only which the bank now unquestionably expects to be claimed by Mr. Kelvin?s next of kin or alternatively be donated to a discredited trust fund for arms and ammunition at a military war college here in Republic of Togo. Fervent efforts being made by the Chartered Bank of Togo Plc. to get in touch with any of the Kelvin Michael?s family has proved abortive. It is because of the perceived possibility of not being able to locate the late Engineer Kelvin?s next of kin (He had no wife or children) that the management under the influence of our chairman and member of the board of directors, retired Major Gen. Bensons maka, that an arrangement be made for the funds to be declared? Unclaimed? and subsequently be donated to the trust fund for arms and ammunitions to further enhance the cause of war in Africa and the world at large. In order to avert this negative development, some of my trusted colleagues and I now seek your permission to have you stand as next of kin to Late Engineer Kelvin Michael so that the funds US$35.725m would be released and paid in to your bank account as the next of kin. All documents and proof to enable you get this fund will be forwarded to you and more so; we are assuring you of 100% risk-free involvement. We have agreed to part with 20% percentage of the total amount as your own share of the money for assisting us in this deal. We shall also map out percentage of this money to take care of incidental expenses that may arise in the course of this transaction. If this proposal is OK by you and assure us that you will not take undue advantage of the trust, we hope to bestow on you. Please kindly get back to me by email, above telephone and fax for further details and step to progress and include your banking details so that I can use these information to apply for the release and subsequent transfer of the funds in your favor and benefit into your nominated bank account. We shall both smile together at the end. But, if you are not interested please keep it confidential. I believe you should understand my explanation as you are a matured person who is living for good. Thank you in anticipation of your cooperation. Awaiting your response urgently. Regards, Dr.SANUSI BELLO H.O.D. ACCOUNTS DEPT. CAHRTERED BANK OF TOGO. _________________________________________________________ Gagne une PS2 ! Envoie un SMS avec le code PS au 61166 (0,35€ Hors co=FBt du SMS) --=_NextPart_Caramail_0074521037097371_ID-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Tue Nov 12 8:10: 4 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BFC37B401 for ; Tue, 12 Nov 2002 08:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2472443E75 for ; Tue, 12 Nov 2002 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACGA1x3083026 for ; Tue, 12 Nov 2002 08:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACGA1I1083025; Tue, 12 Nov 2002 08:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 830DC37B401 for ; Tue, 12 Nov 2002 08:07:20 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE76043E6E for ; Tue, 12 Nov 2002 08:07:19 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 319DE14193 for ; Tue, 12 Nov 2002 10:07:13 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gACH8AYW002508 for ; Tue, 12 Nov 2002 11:08:10 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gACH89xj002507; Tue, 12 Nov 2002 11:08:09 -0600 (CST) (envelope-from linimon) Message-Id: <200211121708.gACH89xj002507@lonesome.lonesome.com> Date: Tue, 12 Nov 2002 11:08:09 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: www/45242: bento errlog reports out-of-date Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45242 >Category: www >Synopsis: bento errlog reports out-of-date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 08:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: The latest run shown under the 4-stable moniker is Oct 13. (The 5-current logs are, well, current (as of Nov 12)). >How-To-Repeat: N/A >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Tue Nov 12 17:43:18 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3C037B401 for ; Tue, 12 Nov 2002 17:43:11 -0800 (PST) Received: from bao.task.com.br (bao.task.com.br [200.162.176.5]) by mx1.FreeBSD.org (Postfix) with SMTP id BCF4C43E75 for ; Tue, 12 Nov 2002 17:43:10 -0800 (PST) (envelope-from ) Received: (qmail 22544 invoked from network); 13 Nov 2002 01:43:01 -0000 Received: from 200-162-180-6.task.com.br (HELO angra.skynet.com.br) (200.162.180.6) by bao.task.com.br with SMTP; 13 Nov 2002 01:43:01 -0000 Received: (qmail 31432 invoked by uid 7794); 13 Nov 2002 01:42:58 -0000 Date: 13 Nov 2002 01:42:58 -0000 Message-ID: <20021113014258.31431.qmail@angra.skynet.com.br> From: "System Anti-Virus Administrator" To: www@freebsd.org Subject: Virus encontrado na mensagem "Look,my beautiful girl friend" [Virus found in received message "Look,my beautiful girl friend"] X-Tnz-Problem-Type: 40 MIME-Version: 1.0 Content-type: text/plain Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Atenção [Attention] Uma mensagem enviada por housecall_feedback para você continha o seguinte virus: [A message sent to you by housecall_feedback contains the following virus:] the W32/Klez.h@MM virus !!! A Estrelar dispõe de um sistema antivirus que detecta e elimina automaticamente as mensagens contendo virus. [Estrelar.com has an antivirus system that detects and blocks messages with virus.] Por questões de segurança a mensagem é bloqueada antes que chegue em sua máquina. [For security reasons the message is blocked before it reaches your machine.] Um comunicado também foi enviado para o remetente informando-o do acontecido. [A mesage was also sent to the sender warnning him about this ] Qualquer dúvida sobre este assunto, entre em contato através do email suporte@estrelar.com [If you have any doubts about this procedure please contact us on the email suporte@estrelar.com] Atenciosamente [Regards] Estrelar - Internet Profissional [Estrelar - Professional Internet Services] ------------------------------------------------------------- A mensagem enviada para você tinha o seguinte envelope: [The message sent to you had the following envelope:] MAIL FROM: pituca@artemidianet.com.br RCPT TO: www@freebsd.org E os seguintes cabeçalhos: [... and with the following headers:] From: housecall_feedback To: www@FreeBSD.org Subject: Look,my beautiful girl friend Date: Sun, 12 Nov 2002 22:42:55 O software antivirus emitiu o seguinte relatório quando verificou esta mensagem: [The Email scanner reported the following when it scanned that message:] --- ---uvscan results --- /var/spool/qmailscan/angra.skynet.com.br.103715177531388/29afghan.1.75_1_.bat Found the W32/Klez.h@MM virus !!! --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Tue Nov 12 19:10: 4 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1D337B401 for ; Tue, 12 Nov 2002 19:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422EA43EC2 for ; Tue, 12 Nov 2002 19:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD3A1x3079423 for ; Tue, 12 Nov 2002 19:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAD3A1tR079422; Tue, 12 Nov 2002 19:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E380D37B401 for ; Tue, 12 Nov 2002 19:06:50 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566543E42 for ; Tue, 12 Nov 2002 19:06:50 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id D8911141A3 for ; Tue, 12 Nov 2002 21:06:48 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gAD47jYW091587 for ; Tue, 12 Nov 2002 22:07:45 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gAD47iQC091586; Tue, 12 Nov 2002 22:07:44 -0600 (CST) (envelope-from linimon) Message-Id: <200211130407.gAD47iQC091586@lonesome.lonesome.com> Date: Tue, 12 Nov 2002 22:07:44 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: www/45257: runaway errorlog creation on bento for CPAN-derived ports Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45257 >Category: www >Synopsis: runaway errorlog creation on bento for CPAN-derived ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 12 19:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Errors found while making CPAN-derived ports can cause immense errorlog files to be written to bento: -rw-r--r-- 1 linimon users 268434804 Nov 12 21:20 p5-Crypt-OpenPGP-0.16.log -rw-r--r-- 1 linimon users 268420225 Nov 12 21:46 p5-Net-SSH-Perl-1.23.log Here is where the process seems to fail. After this excerpt, the last 3 lines repeat until build timeout. ----------------------------------- You have no /root/.cpan/sources/MIRRORED.BY I'm trying to fetch one LWP not available Please, install Net::FTP as soon as possible. CPAN.pm installs it for you if you just type install Bundle::libnet Issuing "/usr/bin/ftp -n" ftp: No address associated with hostname Not connected. Local directory now /root/.cpan/sources Not connected. Not connected. Not connected. Not connected. Not connected. Bad luck... Still failed! Can't access URL ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY. Please check, if the URLs I found in your configuration file () are valid. The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/' Could not fetch MIRRORED.BY CPAN.pm needs at least one URL where it can fetch CPAN files from. Please enter your CPAN site: [] CPAN.pm needs at least one URL where it can fetch CPAN files from. Please enter your CPAN site: [] >How-To-Repeat: Attempt to download the errlogs to test your error processing script changes, and begin to wonder what the heck happened after about 20 minutes. >Fix: No idea. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Wed Nov 13 16:13:32 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4076F37B401; Wed, 13 Nov 2002 16:13:31 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D07143E42; Wed, 13 Nov 2002 16:13:30 -0800 (PST) (envelope-from aowi67@dsl.pipex.com) Received: from Halle (81-86-96-182.dsl.pipex.com [81.86.96.182]) by colossus.systems.pipex.net (Postfix) with ESMTP id 8BCA716000095; Thu, 14 Nov 2002 00:12:59 +0000 (GMT) Message-ID: <4114-220021141401330996@Halle> To: "Dyslexia Screening" From: "Phil Teare" Subject: Dyslexia screening Date: Thu, 14 Nov 2002 00:13:31 -00 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I'd like to take this chance to let you know about Instines the Smart Comp= uter-based Dyslexia Screening=2E FREE evaluation CD-ROMs will only be avai= lable until Feb 2003=2E So if you think you're interested read on=2E=20 It's main aim is to enable professionals with or without specialist traini= ng to quickly, cost effectively, but most of all accurately screen teens a= nd adults for dyslexia=2E It's pioneering use of artificial intelligence m= akes supervision simple, and the diagnosis extremely accurate (currently 9= 8% +/- 2% concurrent with an educational psychologist)=2E=20 The subtests are designed to be both highly indicative of dyslexic traits,= and very user friendly=2E But don't take my word for it, try it your self= =2E Simply reply to this email with your postal address, and we'll send you a = free evaluation CD for use on all MS windows platforms=2E=20 Kind regards, Phil Teare www=2EArtificialRelevance=2Ecom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Wed Nov 13 21:30:34 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B39137B401 for ; Wed, 13 Nov 2002 21:30:33 -0800 (PST) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4983D43E3B for ; Wed, 13 Nov 2002 21:30:32 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable [12.145.226.114] by mail.gbronline.com (SMTPD32-7.13) id A478AEC9006A; Wed, 13 Nov 2002 23:28:24 -0600 Message-ID: <000e01c28b9e$986d78c0$fa00a8c0@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: Subject: Fw: www.freebsd.org link broken! Date: Wed, 13 Nov 2002 23:27:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Jacob Rhoden" To: Sent: Wednesday, November 13, 2002 11:14 PM Subject: www.freebsd.org link broken! Hi, Currently if you try the 'send a bug report' on www.freebsd.org, it reports permission denied!! To be precise: You don't have permission to access /send-pr.html on this server I would submit a bug report to notify people that the bug report page doesnt work, but well.... *grin* Jacob Rhoden Phone: +61 3 8344 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Wed Nov 13 21:32:56 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB99137B401 for ; Wed, 13 Nov 2002 21:32:55 -0800 (PST) Received: from dpdtech.com (110-174.bestdsl.net [216.162.110.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id B555E43E3B for ; Wed, 13 Nov 2002 21:32:54 -0800 (PST) (envelope-from dpd@dpdtech.com) Received: (from apache@localhost) by dpdtech.com (8.11.6/8.11.6) id gAE5Wa597160; Wed, 13 Nov 2002 23:32:36 -0600 (CST) (envelope-from dpd@dpdtech.com) X-Authentication-Warning: dpdtech.com: apache set sender to dpd@dpdtech.com using -f Received: from 144.160.98.28 (SquirrelMail authenticated user dpd) by dpdtech.com with HTTP; Wed, 13 Nov 2002 23:32:36 -0600 (CST) Message-ID: <50889.144.160.98.28.1037251956.squirrel@dpdtech.com> Date: Wed, 13 Nov 2002 23:32:36 -0600 (CST) Subject: Texas mirror www2.freebsd.org From: "David P. Discher" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org http://www2.freebsd.org/ brings up the CPAN home page. Looks like a possible virtual host issue. -- ****************************************************************** -- | David P. Discher * dpd@dpdtech.com * | | 314.518.3795 * Text Messaging * http://messaging.sprintpcs.com/ | | AIM: DavidDPD * ICQ: 4222899 * MSN@Hotmail: DavidDPD | -- ****************************************************************** -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 11:31: 7 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C53C37B401 for ; Thu, 14 Nov 2002 11:31:05 -0800 (PST) Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AEA43E42 for ; Thu, 14 Nov 2002 11:31:04 -0800 (PST) (envelope-from karen.fellows@sun.com) Received: from bighome.sfbay.sun.com ([129.145.155.115]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id MAA20899 for ; Thu, 14 Nov 2002 12:31:04 -0700 (MST) Received: from sun.com (h-192-18-61-169.red.iplanet.com [192.18.61.169]) by bighome.sfbay.sun.com (8.11.6+Sun/8.11.6/ENSMAIL,v2.2) with ESMTP id gAEJV3O00915 for ; Thu, 14 Nov 2002 11:31:03 -0800 (PST) Message-ID: <3DD3F9E6.5F3A4511@sun.com> Date: Thu, 14 Nov 2002 11:30:46 -0800 From: Karen Fellows X-Mailer: Mozilla 4.7 [en]C-AOLNSCP (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: www@FreeBSD.org Subject: Broken link Content-Type: multipart/mixed; boundary="------------42C67E3DC0A85551E27B1A39" Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------42C67E3DC0A85551E27B1A39 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, We received the following feedback email at sun.com. Seems there is a broken link at http://www.freebsd.org.hk/html/solaris8/Install-1.html. Can you please point the link to http://wwws.sun.com/software/solaris/binaries/get.html instead? Thank you, Karen Fellows Sun Software Web Team > [Orgname] : chunlan > [mailfrom] : hshnyy@sohu.com > [Page with Broken Link] : http://www.freebsd.org.hk/html/solaris8/Install-1.html > [Requested URL] : http://wwws.sun.com/software/solaris/binaries/download.html > [Phonenum] : 05236611161 > [Feedback-type] : Comment > [Name] : huangshuai > [comments] : sdfsd > [User Input URL] : http://wwws.sun.com/software/solaris/binaries/download.html > --------------42C67E3DC0A85551E27B1A39 Content-Type: text/x-vcard; charset=us-ascii; name="karen.fellows.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Karen Fellows Content-Disposition: attachment; filename="karen.fellows.vcf" begin:vcard n:Fellows;Karen tel;fax:408-276-5728 tel;work:408-276-5806 x-mozilla-html:FALSE org:Customer Network Platform Interactive adr:;;;;;; version:2.1 email;internet:karen.fellows@sun.com title:Editorial Project Manager fn:Karen Fellows end:vcard --------------42C67E3DC0A85551E27B1A39-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 11:46:28 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB2837B401 for ; Thu, 14 Nov 2002 11:46:27 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853A443E4A for ; Thu, 14 Nov 2002 11:46:25 -0800 (PST) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.1.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id gAEJkLWt079727; Thu, 14 Nov 2002 20:46:22 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) by nosferatu.blackend.org (8.12.6/8.12.6) with ESMTP id gAEIirfh036529; Thu, 14 Nov 2002 19:44:53 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.6/8.12.6/Submit) id gAEIiqMI036528; Thu, 14 Nov 2002 19:44:52 +0100 (CET) Date: Thu, 14 Nov 2002 19:44:52 +0100 From: Marc Fonvieille To: Karen Fellows Cc: www@FreeBSD.org Subject: Re: Broken link Message-ID: <20021114184452.GB36495@nosferatu.blackend.org> References: <3DD3F9E6.5F3A4511@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DD3F9E6.5F3A4511@sun.com> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.7-STABLE Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 14, 2002 at 11:30:46AM -0800, Karen Fellows wrote: > Hello, > > We received the following feedback email at sun.com. Seems > there is a broken link at > http://www.freebsd.org.hk/html/solaris8/Install-1.html. Can > you please point the link to > http://wwws.sun.com/software/solaris/binaries/get.html > instead? > http://www.freebsd.org.hk/ is not part (not even a mirror) of the FreeBSD Project, you should directly contact them. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 13:26:52 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E2B237B401 for ; Thu, 14 Nov 2002 13:26:50 -0800 (PST) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7B043EDE for ; Thu, 14 Nov 2002 13:26:46 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id WAA09958; Thu, 14 Nov 2002 22:26:43 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id UAA02225; Thu, 14 Nov 2002 20:49:49 +0100 (CET) (envelope-from wosch) Date: Thu, 14 Nov 2002 20:49:49 +0100 From: Wolfram Schneider To: Karen Fellows Cc: www@FreeBSD.ORG, Antony Chung Subject: Re: Broken link Message-ID: <20021114204949.A2197@paula.panke.de.freebsd.org> References: <3DD3F9E6.5F3A4511@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3DD3F9E6.5F3A4511@sun.com>; from karen.fellows@sun.com on Thu, Nov 14, 2002 at 11:30:46AM -0800 Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Karen, the FreeBSD Project does not control the chinese domain freebsd.org.hk. I forwarded your mail to the owner of freebsd.org.hk Antony Chung -Wolfram On 2002-11-14 11:30:46 -0800, Karen Fellows wrote: > Hello, > > We received the following feedback email at sun.com. Seems > there is a broken link at > http://www.freebsd.org.hk/html/solaris8/Install-1.html. Can > you please point the link to > http://wwws.sun.com/software/solaris/binaries/get.html > instead? > > Thank you, > Karen Fellows > Sun Software Web Team > > > [Orgname] : chunlan > > [mailfrom] : hshnyy@sohu.com > > [Page with Broken Link] : > http://www.freebsd.org.hk/html/solaris8/Install-1.html > > [Requested URL] : > http://wwws.sun.com/software/solaris/binaries/download.html > > [Phonenum] : 05236611161 > > [Feedback-type] : Comment > > [Name] : huangshuai > > [comments] : sdfsd > > [User Input URL] : > http://wwws.sun.com/software/solaris/binaries/download.html > > > Content-Description: Card for Karen Fellows -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 18:26:45 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD6137B401 for ; Thu, 14 Nov 2002 18:26:44 -0800 (PST) Received: from yahoo.samart.co.th (tidkeaw.samart.co.th [203.149.0.14]) by mx1.FreeBSD.org (Postfix) with SMTP id A3B0743E42 for ; Thu, 14 Nov 2002 18:26:43 -0800 (PST) (envelope-from iddi@hotmail.com) Received: (qmail 18066 invoked from network); 15 Nov 2002 02:34:44 -0000 Received: from unknown (HELO ardency.samart.co.th) ([10.0.0.11]) (envelope-sender ) by 10.0.0.22 (qmail-ldap-1.03) with SMTP for ; 15 Nov 2002 02:34:44 -0000 Received: (qmail 11659 invoked from network); 15 Nov 2002 02:35:52 -0000 Received: from unknown (HELO yahoo.samart.co.th) ([203.149.32.130]) (envelope-sender ) by yahoo.samart.co.th (qmail-ldap-1.03) with SMTP for ; 15 Nov 2002 02:35:52 -0000 Message-Id: <1037327195.175@samart.co.th> Date: Fri, 15 Nov 2002 09:26:35 0700 To: "let us know" From: "getrich" Subject: Áբͧ´ÕÁҺ͡.... MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII"; format=flowed Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Part-Time Job!! ÊÓËÃѺ¹Ñ¡àÃÕ¹ ¹Ñ¡ÈÖ¡ÉÒ áÅмÙé·Ó§Ò¹»ÃÐ¨Ó ¤Ø³µéͧ¡ÒçҹẺ¹ÕéºéÒ§äËÁ…?? -§Ò¹ parttime ·Ó§Ò¹·ÕèºéÒ¹ä´é ¶éҤسãªé Internet à»ç¹ -·Ó§Ò¹à¾Õ§ÇѹÅÐ 2-3 ªÁ. -ÃÒÂä´é 5,000 – 15,000 ºÒ· ¶éҤسà»ç¹¤¹Ë¹Ö觷Õè·Ó§Ò¹»ÃШÓËÃ×ÍÂѧäÁèÁÕ§Ò¹·Ó ¹Ñ¡ÈÖ¡ÉÒ·Õè¡ÓÅѧÈÖ¡ÉÒÍÂÙè ¼ÙéÇèÒ§§Ò¹ ËÃ×ͼÙé·ÕèÂѧ¾ÍÁÕàÇÅÒÇèÒ§¨Ò¡§Ò¹»ÃÐ¨Ó ÁդسÊÁºÑµÔàº×éͧµé¹´Ñ§¹Õé 1. ÁÕ·Ñȹ¤µÔ·Õè´Õ 2. ¾ÃéÍÁ·Õè¨ÐàÃÕ¹ÃÙé à¹×èͧ¨Ò¡à»ç¹ÃкºãËÁè¨Ö§µéͧãËéÁÕ¡ÒÃͺÃÁãËéµÒÁ¤ÇÒÁàËÁÒÐÊÁ 3. µéͧ¡Ò÷Õè¨Ð·Ó§Ò¹ÍÂèÒ§¨ÃÔ§¨Ñ§ ÍÂÒ¡·Õè¨Ðà»ÅÕ蹰ҹзҧ¡ÒÃà§Ô¹¢Í§µ¹àͧ áÅÐÍÂÒ¡ÁÕÃÒÂä´é¨Ò¡¡Ò÷ӧҹµÃ§¹Õé¨ÃÔ§æ ·Ø¡ÍÂèÒ§à»ç¹ä»ä´é 㹠ʹã¨ÃѺ¢éÍÁÙÅà¾ÔèÁàµÔÁ¿ÃÕ ä´é·Õè http://ejobthailand.net/getrich ÍÂèÒ !…………….. à»ç¹á¤èà¾Õ§¤¹·Õè¹Ñè§ÃÍâÍ¡ÒÊ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 18:39:39 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF7537B404 for ; Thu, 14 Nov 2002 18:39:38 -0800 (PST) Received: from yahoo.samart.co.th (tidkeaw.samart.co.th [203.149.0.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 5323943E4A for ; Thu, 14 Nov 2002 18:39:36 -0800 (PST) (envelope-from iddi@hotmail.com) Received: (qmail 20726 invoked from network); 15 Nov 2002 02:47:36 -0000 Received: from unknown (HELO ardency.samart.co.th) ([10.0.0.11]) (envelope-sender ) by 10.0.0.22 (qmail-ldap-1.03) with SMTP for ; 15 Nov 2002 02:47:36 -0000 Received: (qmail 19145 invoked from network); 15 Nov 2002 02:48:44 -0000 Received: from unknown (HELO yahoo.samart.co.th) ([203.149.32.130]) (envelope-sender ) by yahoo.samart.co.th (qmail-ldap-1.03) with SMTP for ; 15 Nov 2002 02:48:44 -0000 Message-Id: <1037327967.556@samart.co.th> Date: Fri, 15 Nov 2002 09:39:27 0700 To: freebsd-www@FreeBSD.ORG From: "getrich" Subject: Áբͧ´ÕÁҺ͡.... MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII"; format=flowed Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Part-Time Job!! ÊÓËÃѺ¹Ñ¡àÃÕ¹ ¹Ñ¡ÈÖ¡ÉÒ áÅмÙé·Ó§Ò¹»ÃÐ¨Ó ¤Ø³µéͧ¡ÒçҹẺ¹ÕéºéÒ§äËÁ…?? -§Ò¹ parttime ·Ó§Ò¹·ÕèºéÒ¹ä´é ¶éҤسãªé Internet à»ç¹ -·Ó§Ò¹à¾Õ§ÇѹÅÐ 2-3 ªÁ. -ÃÒÂä´é 5,000 – 15,000 ºÒ· ¶éҤسà»ç¹¤¹Ë¹Ö觷Õè·Ó§Ò¹»ÃШÓËÃ×ÍÂѧäÁèÁÕ§Ò¹·Ó ¹Ñ¡ÈÖ¡ÉÒ·Õè¡ÓÅѧÈÖ¡ÉÒÍÂÙè ¼ÙéÇèÒ§§Ò¹ ËÃ×ͼÙé·ÕèÂѧ¾ÍÁÕàÇÅÒÇèÒ§¨Ò¡§Ò¹»ÃÐ¨Ó ÁդسÊÁºÑµÔàº×éͧµé¹´Ñ§¹Õé 1. ÁÕ·Ñȹ¤µÔ·Õè´Õ 2. ¾ÃéÍÁ·Õè¨ÐàÃÕ¹ÃÙé à¹×èͧ¨Ò¡à»ç¹ÃкºãËÁè¨Ö§µéͧãËéÁÕ¡ÒÃͺÃÁãËéµÒÁ¤ÇÒÁàËÁÒÐÊÁ 3. µéͧ¡Ò÷Õè¨Ð·Ó§Ò¹ÍÂèÒ§¨ÃÔ§¨Ñ§ ÍÂÒ¡·Õè¨Ðà»ÅÕ蹰ҹзҧ¡ÒÃà§Ô¹¢Í§µ¹àͧ áÅÐÍÂÒ¡ÁÕÃÒÂä´é¨Ò¡¡Ò÷ӧҹµÃ§¹Õé¨ÃÔ§æ ·Ø¡ÍÂèÒ§à»ç¹ä»ä´é 㹠ʹã¨ÃѺ¢éÍÁÙÅà¾ÔèÁàµÔÁ¿ÃÕ ä´é·Õè http://ejobthailand.net/getrich ÍÂèÒ !…………….. à»ç¹á¤èà¾Õ§¤¹·Õè¹Ñè§ÃÍâÍ¡ÒÊ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Thu Nov 14 22:22:50 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4CD37B401 for ; Thu, 14 Nov 2002 22:22:48 -0800 (PST) Received: from dyn-212-232-75-29.ppp.tiscali.fr (dyn-212-232-75-29.ppp.tiscali.fr [212.232.75.29]) by mx1.FreeBSD.org (Postfix) with SMTP id 4377243E3B for ; Thu, 14 Nov 2002 22:22:43 -0800 (PST) (envelope-from lkmiller@hotmail.com) Received: from netcom.com (genie.com [197.248.100.47]) by earthlink.net (8.11.6/8.11.6) with ESMTP id 24354 for ; Fri, 15 Nov 2002 06:22:54 +0000 From: "mojan" To: "" Subject: Bullet proof bulk email friendly hosting & cheap mass email campaigns. X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Lotus Notes Release 5.0.9 November 16, 2001 Date: Fri, 15 Nov 2002 06:22:54 +0000 Message-ID: <2996722364zzzCiuhhevg1ruj@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We are the marketing specialists www.host4bulk.com that provide cheap bullet proof bulk email friendly hosting for your website ($400 for one month of bullet proof hosting) and cheap bulk email campaigns ($200 for 1 million emails sent) As you may already know, many web hosting companies have Terms of Service (TOS) or Acceptable Use Policies (AUP) against the delivery of emails advertising or promoting your web site. If your web site host receives complaints or discovers that your web site has been advertised in email broadcasts, they may disconnect your account and shut down your web site. Our mission is to solve your problem and provide you with bulk email friendly hosting. You don't have to worry about your website being closed again. Adult and gambling sites welcomed. No set up fee. You may advertise your website by using your own resources or using 3rd party's service. However we can do all the advertising for your business. You just sit, relax and see how your income grows constantly. We guarantee the lowest prices on the web for our web hosting and bulk email campaigns. We only ask $200 us dollars for 1 million emails sent with your ad. We don't use duplicate emails. Our email base is up to date and it is updated weekly. Our current email data base contains over 50.000.000 emails sorted by various parameters to meet your specific needs. No competitors may offer this price. The lowest price you can find on the net is well over $500 for 1 million Don't make the mistake of bulk emailing directly to your website without bulletproof web hosting. Your web host will close your account and shut your site down in no time! No matter how long you have been with them, how much you are paying them, or how beautiful your site is. There are companies charging thousands for bulletproof web hosting and they can't keep you up and running like we can. If you host with us, your site will NOT BE SHUT DOWN due to complaints! Bulk email campaign together with bullet proof hosting will bring your business to success. Just imagine how many people will learn about your business or product at a really low price. Bulk email is considered to be the most effective way to advertise on the net. It is hundreds times effective than banner, solo ad and other campaigns. Once people use our service they always come back for more. We can always provide websites that use bulk email campaigns with our new reliable way to accept credit cards on the net without the need to open merchant account. You can start accepting credit card payments in second. It is totally free. Visit our website at http://www.host4bulk.com for more information and to order your bulk email hosting or/and email campaign. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 5:56: 6 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAA037B401 for ; Fri, 15 Nov 2002 05:56:05 -0800 (PST) Received: from s2.relay.oleane.net (s2.relay.oleane.net [195.25.12.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DD543E3B for ; Fri, 15 Nov 2002 05:56:04 -0800 (PST) (envelope-from timetable@sendmail.ru) Received: from exsrv01.somatrans.fr (somatrans.rain.fr [81.80.94.30]) by s2.relay.oleane.net (Postfix) with ESMTP id 3BD9F217C3; Fri, 15 Nov 2002 14:55:01 +0100 (CET) Received: from asdf1 (65.169.35.11 [65.169.35.11]) by exsrv01.somatrans.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WHQ3R9GS; Fri, 15 Nov 2002 14:56:08 +0100 From: To: "" <> Subject: òÁÓÐÉÓÁÎÉÅ Á×ÉÁÒÅÊÓÏ× ____________________________________________________________________________________ SNUBTELVRP Reply-To: timetable@sendmail.ru X-Mailer: The Bat! (v1.52f) Business X-Priority: 1 X-MSMail-Priority: High Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Date: Fri, 15 Nov 2002 16:54:27 +0300 Message-Id: <20021115135504.3BD9F217C3@s2.relay.oleane.net> Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ðÒÅÄÌÁÇÁÅÍ òáóðéóáîéå á÷éáòåêóï÷ ÐÏ òÏÓÓÉÉ É ÓÔÒÁÎÁÍ óîç (Á ÔÁË ÖÅ ÍÅÖÄÕÎÁÒÏÄÎÙÅ ÒÅÊÓÙ). òÁÓÐÉÓÁÎÉÅ ÐÏÓÔÁ×ÌÑÅÔÓÑ: Á) × ×ÉÄÅ ÔÅËÓÔÏ×ÙÈ ÆÁÊÌÏ×, ÇÏÔÏ×ÏÅ Ë ÒÁÓÐÅÞÁÔËÅ; Â) × ×ÉÄÅ ÏÂÍÅÎÎÙÈ ÆÁÊÌÏ×, ÇÏÔÏ×ÏÅ Ë Á×ÔÏÍÁÔÉÞÅÓËÏÍÕ ××ÏÄÕ × ÂÁÚÕ ÄÁÎÎÙÈ. ë ÒÁÓÐÉÓÁÎÉÀ ÐÒÉÌÁÇÁÀÔÓÑ ôáòéæù ÎÁ ×ÓÅ ÒÅÊÓÙ. åÖÅÄÎÅ×ÎÙÅ ÏÂÎÏ×ÌÅÎÉÑ. õÍÅÒÅÎÎÙÅ ÃÅÎÙ. äÁÎÎÙÅ ÉÚ ×ÓÅÒÏÓÓÉÊÓËÏÊ ÓÉÓÔÅÍÙ ÂÒÏÎÉÒÏ×ÁÎÉÑ Á×ÉÁÂÉÌÅÔÏ× - "óÉÒÅÎÁ" É ÍÅÖÄÕÎÁÒÏÄÎÏÊ ÓÉÓÔÅÍÙ "çÁÂÒÉÜÌØ", ÞÔÏ ÏÂÅÓÐÅÞÉ×ÁÅÔ ÎÁ 100% ÉÈ ÄÏÓÔÏ×ÅÒÎÏÓÔØ É ÐÏÌÎÏÔÕ. äÌÑ ËÏÎÔÁËÔÏ×: timetable@inbox.ru timetable@sendmail.ru [S170N120U110B70T96E73L83V90R88P87K76E72V91I73S86D71Q85B67] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 7:30: 4 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D245537B401 for ; Fri, 15 Nov 2002 07:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DA143E97 for ; Fri, 15 Nov 2002 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFFU1x3004353 for ; Fri, 15 Nov 2002 07:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFFU1BE004352; Fri, 15 Nov 2002 07:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DDB237B401 for ; Fri, 15 Nov 2002 07:25:13 -0800 (PST) Received: from electron.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075C043E3B for ; Fri, 15 Nov 2002 07:25:12 -0800 (PST) (envelope-from anderson@electron.centtech.com) Received: from electron.centtech.com (localhost.centtech.com [127.0.0.1]) by electron.centtech.com (8.12.6/8.12.3) with ESMTP id gAFFPAZ8000688 for ; Fri, 15 Nov 2002 09:25:10 -0600 (CST) (envelope-from anderson@electron.centtech.com) Received: (from root@localhost) by electron.centtech.com (8.12.6/8.12.3/Submit) id gAFFPA1t000687; Fri, 15 Nov 2002 09:25:10 -0600 (CST) Message-Id: <200211151525.gAFFPA1t000687@electron.centtech.com> Date: Fri, 15 Nov 2002 09:25:10 -0600 (CST) From: Eric Anderson Reply-To: Eric Anderson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45315 >Category: www >Synopsis: [PATCH] Update to News Flash page - add nVidia drivers notice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 15 07:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eric Anderson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD electron.centtech.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Nov 11 10:00:29 CST 2002 >Description: Update to the news release page page to add notice of nVidia's native FreeBSD drivers. >How-To-Repeat: Look at the news flash page - nothing about nVidia. >Fix: --- news.xml-patch begins here --- --- news.xml-patched Fri Nov 15 09:19:35 2002 +++ news.xml Fri Nov 15 09:02:49 2002 @@ -32,15 +32,6 @@ November - 7 - -

nVidia releases Geforce drivers for FreeBSD! Check out the README - for more information.

-
-
- - 1

New committer: Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 7:50: 5 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D237E37B401 for ; Fri, 15 Nov 2002 07:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C2EA43E8A for ; Fri, 15 Nov 2002 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFFo3x3012358 for ; Fri, 15 Nov 2002 07:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFFo3F4012357; Fri, 15 Nov 2002 07:50:03 -0800 (PST) Date: Fri, 15 Nov 2002 07:50:03 -0800 (PST) Message-Id: <200211151550.gAFFo3F4012357@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Tom Rhodes Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Tom Rhodes Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Tom Rhodes To: Eric Anderson Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 10:48:10 -0500 Eric... Did you diff this the wrong way :) I made the same mistake the other day, thats why the satire. > --- news.xml-patch begins here --- > --- news.xml-patched Fri Nov 15 09:19:35 2002 > +++ news.xml Fri Nov 15 09:02:49 2002 > @@ -32,15 +32,6 @@ > November > > > - 7 > - > -

nVidia releases Geforce drivers for FreeBSD! Check out > the href="ftp://download.nvidia.com/freebsd/1.0-3203/README.txt">README a> - for more information.

> -
> -
> - > - > 1 > >

New committer: --- news.xml-patch ends here --- > -- Tom Rhodes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8: 0:18 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E29837B401 for ; Fri, 15 Nov 2002 08:00:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4303043E75 for ; Fri, 15 Nov 2002 08:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFG0Gx3016532 for ; Fri, 15 Nov 2002 08:00:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFG0G7k016531; Fri, 15 Nov 2002 08:00:16 -0800 (PST) Date: Fri, 15 Nov 2002 08:00:16 -0800 (PST) Message-Id: <200211151600.gAFG0G7k016531@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Eric Anderson Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Eric Anderson Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Eric Anderson To: Tom Rhodes Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 09:53:40 -0600 Tom Rhodes wrote: > Eric... > > Did you diff this the wrong way :) I made the same mistake the other > day, thats why the satire. Huh? What am I missing here? I'm feeling stupid.. :) Eric >>--- news.xml-patch begins here --- >>--- news.xml-patched Fri Nov 15 09:19:35 2002 >>+++ news.xml Fri Nov 15 09:02:49 2002 >>@@ -32,15 +32,6 @@ >> November >> >> >>- 7 >>- >>-

nVidia releases Geforce drivers for FreeBSD! Check out >>the >href="ftp://download.nvidia.com/freebsd/1.0-3203/README.txt">README>a> - for more information.

>>- >>- >>- >>- >> 1 >> >>

New committer: >--- news.xml-patch ends here --- >> > > > -- > Tom Rhodes -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology Beware the fury of a patient man. ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8: 0:21 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84EA37B407 for ; Fri, 15 Nov 2002 08:00:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC4F43EAC for ; Fri, 15 Nov 2002 08:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFG0Ix3016540 for ; Fri, 15 Nov 2002 08:00:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFG0I5i016539; Fri, 15 Nov 2002 08:00:18 -0800 (PST) Date: Fri, 15 Nov 2002 08:00:18 -0800 (PST) Message-Id: <200211151600.gAFG0I5i016539@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Tom Rhodes Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Tom Rhodes Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Tom Rhodes To: Eric Anderson Cc: trhodes@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 10:57:38 -0500 On Fri, 15 Nov 2002 09:53:40 -0600 Eric Anderson wrote: > Tom Rhodes wrote: > > Eric... > > > > Did you diff this the wrong way :) I made the same mistake the > > other day, thats why the satire. > > > Huh? What am I missing here? I'm feeling stupid.. :) > > Eric It looks like a 'reverse diff' where if I apply this to news.xml it will actually attempt to remove the text. Not add it. You can see by the negative or minus (-) sign at the front of the lines you have. I didn't think you ment to remove it, just add it. Please, don't feel stupid. I've done things like this a few times in the past :) > > > > >>--- news.xml-patch begins here --- > >>--- news.xml-patched Fri Nov 15 09:19:35 2002 > >>+++ news.xml Fri Nov 15 09:02:49 2002 > >>@@ -32,15 +32,6 @@ > >> November > >> > >> > >>- 7 > >>- > >>-

nVidia releases Geforce drivers for FreeBSD! Check out > >>the >>href="ftp://download.nvidia.com/freebsd/1.0-3203/README.txt">README > >a> - for more information.

> >>- > >>- > >>- > >>- > >> 1 > >> > >>

New committer: >>--- news.xml-patch ends here --- > >> > > > > > > -- > > Tom Rhodes > > > -- > ------------------------------------------------------------------ > Eric Anderson Systems Administrator Centaur Technology > Beware the fury of a patient man. > ------------------------------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8:20: 5 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CC837B401 for ; Fri, 15 Nov 2002 08:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1C343E75 for ; Fri, 15 Nov 2002 08:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGK3x3029509 for ; Fri, 15 Nov 2002 08:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFGK3ie029508; Fri, 15 Nov 2002 08:20:03 -0800 (PST) Date: Fri, 15 Nov 2002 08:20:03 -0800 (PST) Message-Id: <200211151620.gAFGK3ie029508@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Eric Anderson Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Eric Anderson Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Eric Anderson To: Tom Rhodes Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 10:14:41 -0600 Tom Rhodes wrote: >>Huh? What am I missing here? I'm feeling stupid.. :) >> >>Eric > > > It looks like a 'reverse diff' where if I apply this to news.xml it > will actually attempt to remove the text. Not add it. You can > see by the negative or minus (-) sign at the front of the lines > you have. I didn't think you ment to remove it, just add it. > > Please, don't feel stupid. I've done things like this a few times > in the past :) Oh, crap.. Oops.. :) I wonder how I managed that.. :) Good thing it's Friday. Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology Beware the fury of a patient man. ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8:30: 4 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAB437B401 for ; Fri, 15 Nov 2002 08:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF66443E42 for ; Fri, 15 Nov 2002 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGU2x3034048 for ; Fri, 15 Nov 2002 08:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFGU2VC034047; Fri, 15 Nov 2002 08:30:02 -0800 (PST) Date: Fri, 15 Nov 2002 08:30:02 -0800 (PST) Message-Id: <200211151630.gAFGU2VC034047@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Tom Rhodes Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Tom Rhodes Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Tom Rhodes To: Eric Anderson Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 11:24:17 -0500 On Fri, 15 Nov 2002 10:14:41 -0600 Eric Anderson wrote: > Tom Rhodes wrote: > >>Huh? What am I missing here? I'm feeling stupid.. :) > >> > >>Eric > > > > > > It looks like a 'reverse diff' where if I apply this to news.xml it > > will actually attempt to remove the text. Not add it. You can > > see by the negative or minus (-) sign at the front of the lines > > you have. I didn't think you ment to remove it, just add it. > > > > Please, don't feel stupid. I've done things like this a few times > > in the past :) > > Oh, crap.. Oops.. :) I wonder how I managed that.. :) > > Good thing it's Friday. > > Eric > I know the feeling! YAY Friday! If you want to send another diff, just reply with it and I'll work on it today. Thanks for all the help. -- Tom Rhodes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8:34:28 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4C137B401; Fri, 15 Nov 2002 08:34:27 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B0E43E4A; Fri, 15 Nov 2002 08:34:26 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.240.204.110]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021115163424.XDGL21905.sccrmhc02.attbi.com@bmah.dyndns.org>; Fri, 15 Nov 2002 16:34:24 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id gAFGYPIQ076744; Fri, 15 Nov 2002 08:34:25 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id gAFGYPZJ076743; Fri, 15 Nov 2002 08:34:25 -0800 (PST) Message-Id: <200211151634.gAFGYPZJ076743@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Tom Rhodes Cc: freebsd-www@FreeBSD.ORG Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice In-Reply-To: <200211151630.gAFGU2VC034047@freefall.freebsd.org> References: <200211151630.gAFGU2VC034047@freefall.freebsd.org> Comments: In-reply-to Tom Rhodes message dated "Fri, 15 Nov 2002 08:30:02 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1287065856P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 15 Nov 2002 08:34:24 -0800 Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_1287065856P Content-Type: text/plain; charset=us-ascii If memory serves me right, Tom Rhodes wrote: > I know the feeling! YAY Friday! If you want to send another diff, > just reply with it and I'll work on it today. Thanks for all the > help. "patch --reverse"? Bruce. --==_Exmh_1287065856P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE91SIQ2MoxcVugUsMRAknMAKClrfDVUr9Mkvw/9yKvflQVLDugSwCaA8Qf ITfNRVRXLtsfu+4hci3qoo8= =vfb7 -----END PGP SIGNATURE----- --==_Exmh_1287065856P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8:40:11 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E0D37B401 for ; Fri, 15 Nov 2002 08:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6F543E8A for ; Fri, 15 Nov 2002 08:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGe9x3038111 for ; Fri, 15 Nov 2002 08:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFGe9SL038110; Fri, 15 Nov 2002 08:40:09 -0800 (PST) Date: Fri, 15 Nov 2002 08:40:09 -0800 (PST) Message-Id: <200211151640.gAFGe9SL038110@freefall.freebsd.org> To: freebsd-www@FreeBSD.org Cc: From: Eric Anderson Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Reply-To: Eric Anderson Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR www/45315; it has been noted by GNATS. From: Eric Anderson To: freebsd-gnats-submit@freebsd.org, anderson@centtech.com Cc: Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Date: Fri, 15 Nov 2002 10:30:01 -0600 This is a multi-part message in MIME format. --------------070708070801060502040100 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit New patch attached.. This one should be better.. :) make lint and make both work (as they should), and the resulting html looks right too! :) Eric --------------070708070801060502040100 Content-Type: text/plain; name="news.xml-patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="news.xml-patch" --- news.xml Fri Nov 15 09:02:49 2002 +++ news.xml-old Fri Nov 15 09:19:35 2002 @@ -32,6 +32,15 @@ November + 7 + +

nVidia releases Geforce drivers for FreeBSD! Check out the README + for more information.

+ + + + 1

New committer: To: bmah@FreeBSD.org Cc: freebsd-www@FreeBSD.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Message-Id: <20021115114446.63a1c5fa.trhodes@FreeBSD.org> In-Reply-To: <200211151634.gAFGYPZJ076743@intruder.bmah.org> References: <200211151630.gAFGU2VC034047@freefall.freebsd.org> <200211151634.gAFGYPZJ076743@intruder.bmah.org> X-Mailer: Sylpheed version 0.8.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 15 Nov 2002 08:34:24 -0800 "Bruce A. Mah" wrote: > If memory serves me right, Tom Rhodes wrote: > > > I know the feeling! YAY Friday! If you want to send another diff, > > just reply with it and I'll work on it today. Thanks for all the > > help. > > "patch --reverse"? > > Bruce. > > > I love you ;) /me should try reading the entire manual page of utilites sometimes. -- Tom Rhodes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Fri Nov 15 8:45:29 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F1C37B401; Fri, 15 Nov 2002 08:45:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7935143E3B; Fri, 15 Nov 2002 08:45:28 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGjSx3042146; Fri, 15 Nov 2002 08:45:28 -0800 (PST) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFGjSCC042142; Fri, 15 Nov 2002 08:45:28 -0800 (PST) Date: Fri, 15 Nov 2002 08:45:28 -0800 (PST) From: Tom Rhodes Message-Id: <200211151645.gAFGjSCC042142@freefall.freebsd.org> To: anderson@centtech.com, trhodes@FreeBSD.org, freebsd-www@FreeBSD.org Subject: Re: www/45315: [PATCH] Update to News Flash page - add nVidia drivers notice Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Update to News Flash page - add nVidia drivers notice State-Changed-From-To: open->closed State-Changed-By: trhodes State-Changed-When: Fri Nov 15 08:45:04 PST 2002 State-Changed-Why: Patch applied! Thanks for the submission!! http://www.freebsd.org/cgi/query-pr.cgi?pr=45315 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Sat Nov 16 6:50: 6 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F3537B401 for ; Sat, 16 Nov 2002 06:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE15043E8A for ; Sat, 16 Nov 2002 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEo2x3041236 for ; Sat, 16 Nov 2002 06:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGEo2Im041232; Sat, 16 Nov 2002 06:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 747D237B401 for ; Sat, 16 Nov 2002 06:44:50 -0800 (PST) Received: from odin.eirikn.net (a217-118-47-155.bluecom.no [217.118.47.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654FE43E3B for ; Sat, 16 Nov 2002 06:44:49 -0800 (PST) (envelope-from eirik@odin.eirikn.net) Received: from odin.eirikn.net (localhost [127.0.0.1]) by odin.eirikn.net (8.12.6/8.12.6) with ESMTP id gAGEimhg017417 for ; Sat, 16 Nov 2002 15:44:48 +0100 (CET) (envelope-from eirik@odin.eirikn.net) Received: (from eirik@localhost) by odin.eirikn.net (8.12.6/8.12.6/Submit) id gAGEigoG017416; Sat, 16 Nov 2002 15:44:42 +0100 (CET) Message-Id: <200211161444.gAGEigoG017416@odin.eirikn.net> Date: Sat, 16 Nov 2002 15:44:42 +0100 (CET) From: Eirik Nygaard Reply-To: Eirik Nygaard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/45338: Broken link Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45338 >Category: www >Synopsis: Broken link >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 16 06:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eirik Nygaard >Release: FreeBSD 5.0-CURRENT i386 >Organization: HFUG >Environment: System: FreeBSD odin.eirikn.net 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Thu Nov 14 17:32:24 CET 2002 eirik@odin.eirikn.net:/usr/obj/usr/src/sys/ITvision i386 >Description: Broken link on on page: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pr-guidelines/x19.html The link to http://www.FreeBSD.org/send-pr.html just gived error You don't have permission to access /send-pr.html on this server. >How-To-Repeat: Goto http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pr-guidelines/x19.html and push the http://www.FreeBSD.org/send-pr.html link >Fix: Change the link to a working send-pr form. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Sat Nov 16 10:24:27 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACD737B401 for ; Sat, 16 Nov 2002 10:24:26 -0800 (PST) Received: from rhadamanth.submonkey.net (pc1-cdif2-5-cust47.cdf.cable.ntl.com [81.101.150.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E80243E75 for ; Sat, 16 Nov 2002 10:24:25 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from setantae by rhadamanth.submonkey.net with local (Exim 4.10) id 18D7cF-0003eK-00; Sat, 16 Nov 2002 18:24:23 +0000 Date: Sat, 16 Nov 2002 18:24:23 +0000 From: Ceri Davies To: Munish Chopra Cc: www@freebsd.org Subject: Re: The FreeBSD NVIDIA Driver Initiative Message-ID: <20021116182423.GC547@submonkey.net> Mail-Followup-To: Ceri Davies , Munish Chopra , www@freebsd.org References: <20021108212411.GA1880@opiate.thirteenandtwo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021108212411.GA1880@opiate.thirteenandtwo.org> X-message-flag: All your linuxconf-configured redhat are belong to us. X-message-flag-attribution: suresh, sdm. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 08, 2002 at 04:24:11PM -0500, Munish Chopra wrote: > Well, we got the drivers out, so I think you can take down the project > link now as we're going to dissolve the web page in the near future. Done. Thanks to you and everyone in the Initiative for dedicating time to this. Ceri -- Face the power of a 250 pound woman! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Sat Nov 16 10:50:25 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6162037B401; Sat, 16 Nov 2002 10:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B0443E75; Sat, 16 Nov 2002 10:50:24 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIoNx3062021; Sat, 16 Nov 2002 10:50:23 -0800 (PST) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGIoNba061990; Sat, 16 Nov 2002 10:50:23 -0800 (PST) Date: Sat, 16 Nov 2002 10:50:23 -0800 (PST) From: Ceri Davies Message-Id: <200211161850.gAGIoNba061990@freefall.freebsd.org> To: eirikn@bluezone.no, ceri@FreeBSD.org, freebsd-www@FreeBSD.org Subject: Re: www/45338: Broken link Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Broken link State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Sat Nov 16 10:49:14 PST 2002 State-Changed-Why: This has been disabled intentionally. However, I've committed a change to say so on this page as well. Thanks for your help in trying to improve FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=45338 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message From owner-freebsd-www Sat Nov 16 10:59: 9 2002 Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B6F837B401; Sat, 16 Nov 2002 10:59:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E10243E42; Sat, 16 Nov 2002 10:59:08 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIx8x3065754; Sat, 16 Nov 2002 10:59:08 -0800 (PST) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGIx7QY065750; Sat, 16 Nov 2002 10:59:07 -0800 (PST) Date: Sat, 16 Nov 2002 10:59:07 -0800 (PST) From: Ceri Davies Message-Id: <200211161859.gAGIx7QY065750@freefall.freebsd.org> To: sjr@comcast.net, ceri@FreeBSD.org, freebsd-www@FreeBSD.org Subject: Re: www/45217: http://www.freebsd.org/send-pr.html broken Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: http://www.freebsd.org/send-pr.html broken State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Sat Nov 16 10:58:17 PST 2002 State-Changed-Why: This page is intentionally disabled. I've now added a note to the page to say so. Thanks for your help in trying to improve FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=45217 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message