Re: [doc-patch] ksh.1

2010-01-11 Thread Philip Guenther
On Mon, Jan 11, 2010 at 1:01 AM, J.C. Roberts wrote: > Below is a "test case" ksh shell script to show examples of very minor > omissions in the ksh(1) man page regarding testing for zero length and > non-zero length. A patch for ksh.1 is below. > > In the script, you'll need to manually fix the a

xenocara: couldn't use XAA with xf86-video-intel on i965GM (suggested fix)

2010-01-11 Thread Vladimir Kirillov
Hello t...@! I've installed latest -current system and xenocara on a 965GM-based laptop and tried to configure X to use XAA acceleration. Running X ended up with segfaults, though EXA worked fine (but slow, as usual), checkout the log [1] below. * Here's gdb trace: Program received signal SIGSEG

Recession proof your business with our medical marketing lists

2010-01-11 Thread Bryce roadside
Our Medical Doctor list has contact data for all American States and in many different specialties such as anesthesiology, cardiology,dermatology and emergency medicine. This week only the list can be purchased at half price. For details and samples please reply to this address m...@choicemedic

Re: Add support for sysconf(3) _SC_NPROCESSORS_CONF / _SC_NPROCESSORS_ONLN

2010-01-11 Thread Stuart Henderson
On 2009-12-29, Stuart Henderson wrote: > On 2009/12/28 21:45, Brad wrote: >> The following diff adds support for sysconf(3) for the variables >> _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN. >> >> I have run into this being used by 3 programs in ports so far. > > At least 45 (I'm part-way throug

faq13 little correction for aucat start at boot

2010-01-11 Thread Laurent Ghigonis
Index: faq13.html === RCS file: /cvs/www/faq/faq13.html,v retrieving revision 1.134 diff -u faq13.html --- faq13.html 30 Nov 2009 12:50:27 - 1.134 +++ faq13.html 11 Jan 2010 13:11:41 - @@ -601,7 +601,7 @@ for instance:

Re: patch ftp-proxy, proposal

2010-01-11 Thread Bob Beck
> ex: > - There are some public ftp servers missconfigurated who use ident protocol > and wait 30 seconds on ident port before sending banner. > With the default connect_timeout value, it is not possible to connect to > theses servers with fw filtering ident port. With a higher value, it will > suc

Re: patch ftp-proxy, proposal

2010-01-11 Thread Tiery DENYS
Does somebody know who currently work on ftp-proxy ? On Thu, Jan 7, 2010 at 3:02 PM, Tiery DENYS wrote: > Hi, > > I would like to propose a patch for ftp-proxy. This patch implement an > option concerning specific timeout (connect_timeout). > It add an option for setting connect_timeout varia

[doc-patch] ksh.1

2010-01-11 Thread J.C. Roberts
Below is a "test case" ksh shell script to show examples of very minor omissions in the ksh(1) man page regarding testing for zero length and non-zero length. A patch for ksh.1 is below. In the script, you'll need to manually fix the assignment of $foo for test set #2, since sending a raw null thr