summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-12-07 20:04:35 +0000
committerjkh <jkh@FreeBSD.org>2000-12-07 20:04:35 +0000
commit315c51959cb33472ded3ebbfc8c98517001dfda0 (patch)
treebf165e8754b11b05195e2933bf47af3c2039ee05 /usr.sbin/sade
parent172e75f19374ae58caa1a5459a3f8a1d3a36f5de (diff)
downloadFreeBSD-src-315c51959cb33472ded3ebbfc8c98517001dfda0.zip
FreeBSD-src-315c51959cb33472ded3ebbfc8c98517001dfda0.tar.gz
Fix bug where minimal dist selection didn't check off the right
menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index ff6a755..9626fe6 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -153,7 +153,7 @@ checkDistXUser(dialogMenuItem *self)
static int
checkDistMinimum(dialogMenuItem *self)
{
- return Dists == DIST_BIN;
+ return Dists == (DIST_BIN | DIST_CRYPTO);
}
static int
OpenPOWER on IntegriCloud