Re: Pipe text from mg to external command

2012-03-27 Thread Jason McIntyre
On Tue, Mar 27, 2012 at 10:46:46PM -0400, Kjell Wooding wrote: > s/irrespective/regardless/ > there's nothing wrong with "irrespective". it's used correctly here (to mean exactly the same as "regardless"). are you maybe confusing it with the classic "irregardless"? "irregardless" is sometimes wo

Re: Pipe text from mg to external command

2012-03-27 Thread Kjell Wooding
s/irrespective/regardless/ On Tue, Mar 27, 2012 at 12:57 PM, Sunil Nimmagadda < su...@sunilnimmagadda.com> wrote: > This version implements some off-list review comments... > > 1. Discard explicit checking whether command exists and it's > permissions since shell already does and reports error. >

bgplg: use -A with traceroute6 to print the AS number

2012-03-27 Thread Gleydson Soares
now that we've the option -A with traceroute6, bgplg is happy to use OK ? Index: bgplg.h === RCS file: /cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.8 diff -u -p -r1.8 bgplg.h --- bgplg.h 8 Nov 2011 12:21:29 - 1

Re: vmmap speed increase diff

2012-03-27 Thread patrick keshishian
On Fri, Mar 23, 2012 at 1:50 PM, Ariane van der Steldt wrote: > Hi, > > With the recent introduction of vmmap, I introduced a slowdown which > affects programs with alot of memory (browsers for instance). First of > all, since I've heard very few complaints, thanks for putting up with > this. > >

iPad'inizi Netbook'a Çevirin / Nişantaşı'nda Selülit Masajı / Beyoğlu'nda Karaokeli Eğlence

2012-03-27 Thread KacmazTeklif
Bu maili dC

Simplification of the creation of unix socket directories in /etc/rc.

2012-03-27 Thread Han Boetes
If I'm not entirely mistaken this patch results in simpler and more readable and straight forward code. The current code checks for directories that can not exist since they were removed a few lines before and then creates them. Index: rc ===

Re: turn on nginx via rc.conf & rc

2012-03-27 Thread Björn Ketelaars
2012/3/27 Gonzalo L. R. : > you need to send the patch inline only ports@ allow attach. My mistake...again. This time inline: Index: rc === RCS file: /cvs/src/etc/rc,v retrieving revision 1.399 diff -u -r1.399 rc --- rc 10 Mar 2012

turn on nginx via rc.conf & rc

2012-03-27 Thread Björn Ketelaars
Now that nginx is in base, does it make sense to enable this daemon via rc.conf & rc - instead of via pkg_scripts? please find a (simple) patch enclosed. -- Bjvrn Ketelaars [demime 1.01d removed an attachment of type application/octet-stream which had a name of nginx.patch]

Re: Pipe text from mg to external command

2012-03-27 Thread Sunil Nimmagadda
This version implements some off-list review comments... 1. Discard explicit checking whether command exists and it's permissions since shell already does and reports error. 2. Remove unnecessary bzero call. 3. Document minor deviation from emacs behaviour in README. Index: README =