summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sub
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 04:18:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-10-18 04:18:27 +0000
commit26d5efd96b22d2e4d7ecf5fd0ea26dcd308b9624 (patch)
tree97a45d688f9848362c404f1db406632fe749dfca /distrib/miniroot/install.sub
parentc4f89e3039f7add69ce66257c57704346177474f (diff)
no more misc set
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 608a891473b..4adf2c03e95 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.621 2010/09/26 14:49:05 joshe Exp $
+# $OpenBSD: install.sub,v 1.622 2010/10/18 04:18:26 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -1926,7 +1926,7 @@ md_consoleinfo
# the contents of the other sets, not the other way around.
THESETS="bsd bsd.rd bsd.mp $MDSETS"
: ${DEFAULTSETS:="bsd bsd.rd"}
-for _set in base etc misc comp man game xbase xetc xshare xfont xserv site ; do
+for _set in base etc comp man game xbase xetc xshare xfont xserv site ; do
[[ $MODE == upgrade && ( $_set == etc || $_set == xetc ) ]] && continue
THESETS="$THESETS ${_set}${VERSION}.tgz"
isin $_set site && continue