From owner-cvs-all Tue Jul 4 15:45: 7 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 BFE9437BB68; Tue, 4 Jul 2000 15:44:43 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id PAA54695; Tue, 4 Jul 2000 15:44:39 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007042244.PAA54695@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message from Ollivier Robert of "Tue, 04 Jul 2000 20:04:54 +0200." <20000704200454.A88298@keltia.freenix.fr> Date: Tue, 04 Jul 2000 15:44:39 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ollivier Robert wrote: > According to Brian Feldman: > > Modified files: > > crypto/openssh sshd.c > > Log: > > MFF: > > Allow restarting on SIGHUP when the full path was not given as argv[0]. > > We do have /proc/curproc/file :) > > [ Following Wes & Robert's messages ] > > I'm not happy about that either. I know that /proc is not really optional > these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux > thingy that bit us in early Star Office days... No, /proc is as close to optional as one can get these days. ps(1) uses sysctl(). The only thing that uses /proc is 'ps -e' - ie: to fetch another process's environment variables. (only available to root or for users to see other processes that they own) 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