From owner-freebsd-security Fri Jun 4 9: 9:11 1999 Delivered-To: freebsd-security@freebsd.org Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id C4D5214D34 for ; Fri, 4 Jun 1999 09:09:05 -0700 (PDT) (envelope-from matt@zigg.com) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.2) with ESMTP id MAA22134; Fri, 4 Jun 1999 12:04:19 -0400 (EDT) (envelope-from matt@zigg.com) Date: Fri, 4 Jun 1999 12:04:18 -0400 (EDT) From: Matt Behrens Reply-To: Matt Behrens , freebsd-chat@FreeBSD.ORG To: "Rodney W. Grimes" Cc: sthaug@nethelp.no, marquis@roble.com, security@FreeBSD.ORG Subject: Re: SSH2 (in FreeBSD-Questions) In-Reply-To: <199906041540.IAA21218@gndrsh.aac.dev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ This is not really -security related anymore. Can't think of a ] [ good place to move it so followups are directed to -chat. ] On Fri, 4 Jun 1999, Rodney W. Grimes wrote: : What does a typical path variable look like on your systems??? Long : paths are bad for shells. Yea, I know, the hashing stuff should keep : a single copy of a shell pretty quick, but every time you fork off : another one your going to have to go hash the path list. Well, why not do what I do -- I have /opt/packagename/bin, /opt/packagename/sbin, etc. and I simply do this after installing a package: cd /opt/bin;ln -s ../*/bin/* . Then we can just add /opt/bin to our paths. We still keep things nice and separate, and if we want to clean up dead symlinks, we just do rm /usr/bin/* then rerun the symlink generator. : I would actually rather have sshd in /usr/local/libexec, it's not something : you really run from the command line :-) I heartily agree with this, except I put mine in /opt/sshd/libexec with symlinks to /opt/libexec :-) In case anyone wonders why I use /opt, well, I feel /usr/local should stay the property of the actual local software that I develop. Matt Behrens Owner/Administrator, zigg.com Chief Engineer, Nameless IRC Network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message