summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2003-02-15 20:36:18 +0000
committerkrw <krw@openbsd.org>2003-02-15 20:36:18 +0000
commit35bb1302888abafb05191e74f1d2002e4c217264 (patch)
tree476d66305838f4d25da4df4a1a806062fbdb7a48
parentDisable sti1, yes, but correctly... (diff)
downloadwireguard-openbsd-35bb1302888abafb05191e74f1d2002e4c217264.tar.xz
wireguard-openbsd-35bb1302888abafb05191e74f1d2002e4c217264.zip
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