From owner-freebsd-chat@FreeBSD.ORG Mon Jan 5 17:19:36 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E83116A4CE for ; Mon, 5 Jan 2004 17:19:36 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F6A43D2F for ; Mon, 5 Jan 2004 17:19:34 -0800 (PST) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp190-235.lns1.bne1.internode.on.net [150.101.190.235])i061JVRp085208; Tue, 6 Jan 2004 11:49:32 +1030 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.12.8p2/8.11.6) with ESMTP id i061JUAL005461; Tue, 6 Jan 2004 11:19:30 +1000 (EST) (envelope-from mckay) Message-Id: <200401060119.i061JUAL005461@dungeon.home> To: a clever sheep References: <200401020525.i025PM2W004726@dungeon.home> <20040102053610.GP78263@wantadilla.lemis.com> <3FF93422.2050006@emailrob.com> <200401051502.i05F2qqG007611@dungeon.home> <20040105200123.GA16165@mavra.perilith.com> In-Reply-To: <20040105200123.GA16165@mavra.perilith.com> from a clever sheep at "Mon, 05 Jan 2004 14:01:23 -0600" Date: Tue, 06 Jan 2004 11:19:30 +1000 From: Stephen McKay cc: freebsd-chat@freebsd.org cc: Stephen McKay Subject: Re: Personal patches (actually about patches this time) X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 01:19:36 -0000 On Monday, 5th January 2004, a clever sheep wrote: >and now for something completely different (and non-political)... > >how many of these personal patches do you have? i have a few things >myself but i don't know how much value there is in them. would it be an >advantage to have a community site with something similiar to (please >don't cringe, i'm about to say wiki) a wiki where we could exchange >these scripts? i can see a lot of value in freebsd patches that aren't >'mainstream' enough for the main tree but would still be valuable. Most of my personal patches are just that: personal. Of the lot, the only one I can think of that others might find useful is the patch to add a flag (-0) to "find" to make the default action -print0 not -print, so you can more easily plug it into xargs -0. I'll submit that one in a PR sometime. Stephen.