#!/bin/sh
+# $OpenBSD: install.sh,v 1.4 1997/04/30 18:52:43 niklas Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# POSSIBILITY OF SUCH DAMAGE.
#
-# NetBSD installation script.
+# OpenBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
# user interface.
#!/bin/sh
+# $OpenBSD: install.sub,v 1.5 1997/04/30 18:52:45 niklas Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# POSSIBILITY OF SUCH DAMAGE.
#
-# NetBSD installation/upgrade script - common subroutines.
+# OpenBSD installation/upgrade script - common subroutines.
ROOTDISK="" # filled in below
VERSION= # filled in automatically (see list)
fi
done
else
- echo "There are no NetBSD install sets available in \"$1\""
+ echo "There are no OpenBSD install sets available in \"$1\""
return
fi
+# $OpenBSD: list,v 1.6 1997/04/30 18:52:46 niklas Exp $
# $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $
SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
SYMLINK ../../instbin usr/bin/pax
SYMLINK usr/bin/pax usr/bin/tar
SYMLINK ../../instbin usr/bin/tip
+SYMLINK ../../instbin usr/bin/vim usr/bin/vi
# `internal' crunchgen links
ARGVLINK mount_ffs ffs
COPY ${DESTDIR}/etc/pwd.db etc/pwd.db
COPY ${DESTDIR}/etc/services etc/services
COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
+COPY ${DESTDIR}/etc/virc etc/virc
# and the installation scripts
COPY ${CURDIR}/install.sub install.sub
+# $OpenBSD: list2sh.awk,v 1.3 1997/04/30 18:52:47 niklas Exp $
# $NetBSD: list2sh.awk,v 1.2 1996/05/04 15:45:31 pk Exp $
BEGIN {
+# $OpenBSD: makeconf.awk,v 1.4 1997/04/30 18:52:48 niklas Exp $
# $NetBSD: makeconf.awk,v 1.3 1996/05/04 15:45:32 pk Exp $
#
+# $OpenBSD: mtree.conf,v 1.3 1997/04/30 18:52:49 niklas Exp $
# $NetBSD: mtree.conf,v 1.1.4.2 1996/07/15 06:29:38 leo Exp $
/set type=dir uname=root gname=wheel mode=0755
+# $OpenBSD: runlist.sh,v 1.2 1997/04/30 18:52:49 niklas Exp $
# $NetBSD: runlist.sh,v 1.1 1995/12/18 22:47:38 pk Exp $
if [ "X$1" = "X-d" ]; then
#!/bin/sh
+# $OpenBSD: upgrade.sh,v 1.4 1997/04/30 18:52:50 niklas Exp $
# $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# POSSIBILITY OF SUCH DAMAGE.
#
-# NetBSD installation script.
+# OpenBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
# user interface.