Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jul 2000 15:44:39 -0700
From:      Peter Wemm <peter@netplex.com.au>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/crypto/openssh sshd.c 
Message-ID:  <200007042244.PAA54695@netplex.com.au>
In-Reply-To: Message from Ollivier Robert <roberto@keltia.freenix.fr>  of "Tue, 04 Jul 2000 20:04:54 %2B0200." <20000704200454.A88298@keltia.freenix.fr> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007042244.PAA54695>