Re: Wine: HEAP_CreateSystemHeap Error

2005-06-15 Thread Tobias Grosser
Hi,

have a look in the freebsd-emulation (or however it is called correctly)
mailinglist history of the last two months. Someone posted a patch for
wine to resolve this issue.

Good Look

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can I Set Process Name?

2003-07-08 Thread Tobias Grosser
On Tue, 8 Jul 2003 08:26:45 -0700
"Drew Tomlinson" <[EMAIL PROTECTED]> wrote:

> Is there something really easy I'm missing?  If it's complicated I'm

Try to write a semicolon at the end of the line.


#!/usr/bin/perl
# A very simple perl web server used by Webmin

$0='webmin';

# Require basic libraries
package miniserv;
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"