#!/bin/sh
-# $OpenBSD: install.sub,v 1.3 1997/02/18 15:46:38 rahnds Exp $
+# $OpenBSD: install.sub,v 1.4 1997/02/21 15:39:03 rahnds Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
VERSION= # filled in automatically (see list)
export VERSION
-ALLSETS="base comp etc games man misc text" # default install sets
+ALLDIST="base comp etc games man misc text" # default install sets
+ALLSNAP_1="etc games man misc text bin dev sbin"
+ALLSNAP_2="usr.bin usr.binutils usr .games usr.include"
+ALLSNAP_3="usr.lib usr.libexec usr.misc usr.sbin usr.share var"
+ALLSETS="${ALLDIST} ${ALLSNAP_1} ${ALLSNAP_2} ${ALLSNAP_3}"
+
UPGRSETS="base comp games man misc text" # default upgrade sets
THESETS= # one of the above
for _f in $_sets ; do
if isin $_f $_setsdone; then
echo -n "[X] "
- _next=""
else
echo -n " "
if [ -z "$_next" ]; then _next=$_f; fi