Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 23:39:30 -0800 (PST)
From:      Gordon Tetlow <gordont@bluemtn.net>
To:        Jordan Hubbard <jkh@osd.bsdi.com>
Cc:        <kris@obsecurity.org>, <mohacsi@ik.bme.hu>, <stable@FreeBSD.ORG>, <jkh@FreeBSD.ORG>
Subject:   Re: Is it necessary install kerberos in FreeBSD 4.2 and 4.3?
Message-ID:  <Pine.BSF.4.33.0103212337250.4580-100000@sdmail0.sd.bmarts.com>
In-Reply-To: <Pine.BSF.4.33.0103212332550.4580-100000@sdmail0.sd.bmarts.com>

next in thread | previous in thread | raw e-mail | index | archive | help
So to actually make a point (rather than just illustrate it). Here's the
patch:

--- dist.c.orig Wed Mar 21 23:38:28 2001
+++ dist.c      Wed Mar 21 23:38:39 2001
@@ -361,7 +361,7 @@
 {
     distReset(NULL);
     Dists = DIST_BIN | DIST_CRYPTO;
-    CRYPTODists |= DIST_CRYPTO_BIN;
+    CRYPTODists |= DIST_CRYPTO_CRYPTO;
     distVerifyFlags();
     return DITEM_SUCCESS | DITEM_REDRAW;
 }

This installs just the binary crypto and not the krb stuff.

-gordon

On Wed, 21 Mar 2001, Gordon Tetlow wrote:

> Just browsed through the sysinstall sources a bit:
>
> in dist.c:
>
> int
> distSetMinimum(dialogMenuItem *self)
> {
>     distReset(NULL);
>     Dists = DIST_BIN | DIST_CRYPTO;
>     CRYPTODists |= DIST_CRYPTO_BIN;
>     distVerifyFlags();
>     return DITEM_SUCCESS | DITEM_REDRAW;
> }
>
> and in dist.h:
>
> #define DIST_CRYPTO_BIN \
>         ( DIST_CRYPTO_CRYPTO | DIST_CRYPTO_KERBEROS4 | DIST_CRYPTO_KERBEROS5 )
>
> There you have it.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0103212337250.4580-100000>