summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2004-07-18 03:26:21 +0000
committerkrw <krw@openbsd.org>2004-07-18 03:26:21 +0000
commite6d45bad9de0d1d1d01a39fe7cc09e4135efc4ce (patch)
tree7f1a0502e1276af770ed3e607d820a57bcf58369
parentminor space savings (diff)
downloadwireguard-openbsd-e6d45bad9de0d1d1d01a39fe7cc09e4135efc4ce.tar.xz
wireguard-openbsd-e6d45bad9de0d1d1d01a39fe7cc09e4135efc4ce.zip
Make bsd.rd a default set.
ok deraadt@
-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 27ade286e94..0dbbd658fad 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.348 2004/07/18 01:12:32 deraadt Exp $
+# $OpenBSD: install.sub,v 1.349 2004/07/18 03:26:21 krw Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2004 Todd Miller, Theo de Raadt, Ken Westerback
@@ -1762,7 +1762,7 @@ DEVSMADE=
# Ensure that siteXX.tgz is the *last* set listed so its contents overwrite
# the contents of the other sets, not the other way around.
THESETS="bsd bsd.rd bsd.mp $MDSETS"
-DEFAULTSETS="bsd"
+DEFAULTSETS="bsd bsd.rd"
for _set in base etc misc comp man game xbase xetc xshare xfont xserv site ; do
[[ $MODE == upgrade && ( $_set == etc || $_set == xetc ) ]] && continue
THESETS="$THESETS ${_set}${VERSION}.tgz"