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
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.
>
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
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.
>
>
Bu maili dC
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
===
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
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]
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
=