diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-09-16 21:15:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-09-16 21:15:21 +0000 |
| commit | f295f79cb93edd570ea28e163218517c180fe95a (patch) | |
| tree | 35826f06a427d9336ce37a2086c641f4321ef2b6 /usr.sbin/sysinstall/dist.c | |
| parent | 818c39998ed7789491c4ab6be234818e07710dd8 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 7920dd8eb08a..61974c8d06a0 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -210,6 +210,8 @@ distVerifyFlags(void) CRYPTODists |= DIST_CRYPTO_CRYPTO; Dists |= DIST_CRYPTO; } + else if ((Dists & DIST_CRYPTO) && !CRYPTODists) + CRYPTODists |= DIST_CRYPTO_CRYPTO; if (XF86Dists & DIST_XF86_SET) XF86ServerDists |= DIST_XF86_SERVER_VGA16; if (XF86ServerDists) |
