From owner-cvs-all Wed Aug 16 11:27:52 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id E593B37C232; Wed, 16 Aug 2000 11:27:34 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.11.0/8.9.3) with ESMTP id e7GIRNG01734; Wed, 16 Aug 2000 11:27:24 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200008161827.e7GIRNG01734@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Somers Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pppctl Makefile pppctl.c In-Reply-To: <200008161342.OAA01274@hak.lan.Awfulhak.org> Date: Wed, 16 Aug 2000 11:27:23 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > brian 2000/08/16 05:01:18 PDT > > > > Modified files: > > usr.sbin/pppctl Makefile pppctl.c > > Log: > > If the -p option is used, use setproctitle() to hide it's argument > > (a password) asap. > > > > Revision Changes Path > > 1.6 +3 -3 src/usr.sbin/pppctl/Makefile > > 1.22 +36 -3 src/usr.sbin/pppctl/pppctl.c > > Interestingly enough, it turns out that both OpenBSD and NetBSD have > setproctitle() in libc rather than in libutil. Does anyone have any > objections to us following suit ? At a guess I would think > setproctitle() isn't used in any of the bootstrap/build stuff, so it > would *probably* be an easy transition if nobody complains.... I had been planning to move it. It causes problems in libperl.so as it would add an extra dynamic dependency to libutil. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message