summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2003-02-15 20:36:19 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2003-02-15 20:36:19 +0000
commitc0aadaf5c7810047d2fec436032c86b93f1b1e10 (patch)
treebc0431d5a1ba26a9deaa53ba8a393a5fb2344d45
parent8af7f9bbce2e14bf920a715e1a69f92b4e0b2a9b (diff)
Make bsd.rd an install/upgrade set.
Suggestion by Nick Holland out of comments by deraadt@ and miod@. ok deraadt@ millert@
-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 a02f7333f54..1ae0c4a81b6 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.288 2003/02/12 23:07:28 deraadt Exp $
+# $OpenBSD: install.sub,v 1.289 2003/02/15 20:36:18 krw Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2003 Todd Miller, Theo de Raadt, Ken Westerback
@@ -1787,7 +1787,7 @@ DEVSMADE=
# Selected sets will be installed in the order they are listed in $THESETS.
# 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 $MDSETS"
+THESETS="bsd bsd.rd $MDSETS"
DEFAULTSETS="bsd"
for _set in base etc misc comp man game xbase xshare xfont xserv site ; do
[[ $MODE == upgrade && $_set == etc ]] && continue