From owner-freebsd-hackers Wed Jul 14 10:46:10 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from fionn.sports.gov.uk (dns0.sports.gov.uk [195.89.151.148]) by hub.freebsd.org (Postfix) with ESMTP id 3342115470 for ; Wed, 14 Jul 1999 10:46:02 -0700 (PDT) (envelope-from ad@fionn.sports.gov.uk) Received: from [193.61.66.193] (helo=fionn.sports.gov.uk ident=andrewd) by fionn.sports.gov.uk with esmtp (Exim 2.10 #1) id 114T4L-0001jy-00; Wed, 14 Jul 1999 18:43:45 +0100 Message-ID: <378CCCD3.A571BD9B@fionn.sports.gov.uk> Date: Wed, 14 Jul 1999 18:45:55 +0100 From: Andy Doran X-Mailer: Mozilla 4.6 [en-gb] (WinNT; I) X-Accept-Language: en-GB,en,en-* MIME-Version: 1.0 To: wayne@crb-web.com Cc: FreeBSD Hackers List Subject: Re: changing argv[0] after fork() References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wayne Cuddy wrote: > Even though I am developing on FBSD is there a "more portable" way to do this? setproctitle(3) works at least for FreeBSD and NetBSD. Poke around the sources of sendmail(8) for a more ... ported way. I'm sure you'll find something. - ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message