From owner-freebsd-net@FreeBSD.ORG Thu Mar 1 00:25:54 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0882916A402 for ; Thu, 1 Mar 2007 00:25:54 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id BB97713C48E for ; Thu, 1 Mar 2007 00:25:53 +0000 (UTC) (envelope-from artemb@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so324647nza for ; Wed, 28 Feb 2007 16:25:41 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=QEwPWuR498lFUJkyGJ+AVixNcCvsI2mvUU6J9Xnpg7seL/tHqQFmikzSDzcEV9zrBj730JSIWfYBd9BL4pM1PsvByaWC3oCi4NN94VKsHPnM94hNII8eUm1ZGN2qpODjvGx/6osxFf6rI8+fqD/z0GPH4xgun/kCtuhgBrVNbAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Thiq8QPZ/SwewC5qd32IGpndqtEsj0RrMqa3YDJ4psJsk3/hTi7k527+m6O34Ls/kfhssVathT6CZtYKvtCILxXoxZqq83HbaY2L0uIPG4k3Z+cybBiuau1ulyN0Morm4a3BSz/Jsz/zFLPd6CKa1z3KUsuvBNvuzuSo86Nxc4g= Received: by 10.115.47.1 with SMTP id z1mr104486waj.1172693531475; Wed, 28 Feb 2007 12:12:11 -0800 (PST) Received: by 10.115.22.18 with HTTP; Wed, 28 Feb 2007 12:12:11 -0800 (PST) Message-ID: Date: Wed, 28 Feb 2007 12:12:11 -0800 From: "Artem Belevich" Sender: artemb@gmail.com To: "LI Xin" In-Reply-To: <45E5D417.9000403@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45D85A88.4040402@delphij.net> <45E5B176.1010303@delphij.net> <45E5D417.9000403@FreeBSD.org> X-Google-Sender-Auth: 5ec7a8d1b3ee582c Cc: freebsd-net@freebsd.org, "Bruce M. Simpson" Subject: Re: [PATCH] Feature request: exit netstat(1) after user specified outputs X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 00:25:54 -0000 This looks suspiciously like a mild case of creeping featurism. http://en.wikipedia.org/wiki/Creeping_featurism Can't one pipe netstat output through 'head' command to achieve desired effect? Thanks, --Artem On 2/28/07, Bruce M. Simpson wrote: > LI Xin wrote: > > Hi, > > > > If no one objects this change, I will commit it? > > > > > No objection here. > > BMS > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > -- --Artem