Date: 20 Nov 2001 11:49:29 -0500 From: Lowell Gilbert <lowell@world.std.com> To: freebsd-questions@freebsd.org, paulius@kaktusas.org Subject: Re: installing minimal freebsd Message-ID: <44snb9qteu.fsf@lowellg.ne.mediaone.net> In-Reply-To: paulius@kaktusas.org's message of "Tue, 20 Nov 2001 11:22:22 %2B0000 (UTC)" References: <20011120112209.GA98619@noname>
next in thread | previous in thread | raw e-mail | index | archive | help
paulius@kaktusas.org (Paulius Bulotas) writes: > I'm quite new to FreeBSD, and want to ask, is there any way to install only components which I really need (for example, no sendmail, no named, no kerberos and so on)? No. If it's in the base system (as the first two of those are), you can't install without it. There is a good argument that those don't really need to be in the base system in the first place, but nobody has done the work to unpeel them from the rest of the base system. > And whats the idea of having openssl port, if there is openssl in main distribution (which is hardly to be left uninstalled, because all ports which depend on openssl, require one from base system, not from ports?) The port is for older FreeBSD systems which either don't have openssl in their base systems, or have an earlier version of it. The port lets such systems get an openssl update without needing to change the rest of the OS itself. And you're wrong about the dependencies; ports which depend on openssl will generally use the version installed by ports in preference to the version in the base system, if both are present. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44snb9qteu.fsf>