Re: [PATCH] Feature request: exit netstat(1) after user specified outputs

2007-02-28 Thread Artem Belevich
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 <[EMAIL PROTECTED]> wrote: LI Xin wrote: > Hi, > > If no

Re: [PATCH] Feature request: exit netstat(1) after user specified outputs

2007-02-28 Thread Bruce M. Simpson
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 "[EMAIL PROTECTED]"

Re: [PATCH] Feature request: exit netstat(1) after user specified outputs

2007-02-28 Thread LI Xin
Hi, If no one objects this change, I will commit it? LI Xin wrote: > Hi, > > This is a patch that I have backported to -CURRENT, which is originally > made against RELENG_6_2. > > I have received several feature requests from our local community which > they wanted to have a top(1)'s '-d' alike

[PATCH] Feature request: exit netstat(1) after user specified outputs

2007-02-18 Thread LI Xin
Hi, This is a patch that I have backported to -CURRENT, which is originally made against RELENG_6_2. I have received several feature requests from our local community which they wanted to have a top(1)'s '-d' alike feature for netstat, so they will be able to use netstat(1) as a handy brick when