Re: [Q] msgs

2001-07-04 Thread Ian Trudel
On Tue, Jul 03, 2001 at 06:43:08PM +0200, Karsten W. Rohrbach wrote: > omit the space? > /k I have tried with an ending space, it will not work and produce de same error. Actually, I have barely uncommented what was already there. I was suspecting permissions faultive, but as far as my tests goe

[Q] msgs

2001-07-02 Thread Ian Trudel
Hello, msgs reminded me the old UNIX news command and then, I started to fiddle around it. As I want to post stuff, it works good with msgs -s. However, in the man pages, they suggest: The line msgs: "| /usr/bin/msgs -s" should be included in /etc/mail/aliases (see

pthread_attr_setscope(3) problem.

2001-06-19 Thread Ian Trudel
Hello, while porting a software to FreeBSD, I came across a problem with pthread_attr_setscope(3). The software sets PTHREAD_SCOPE_SYSTEM attribute. From the pthread_attr_setscope(3) implementation file, a comment says that this attribute is unsupported (though the code doesn't show that). Me