consistency cleanup

This commit is contained in:
lukem 2002-04-13 13:42:57 +00:00
parent 3b9a95c129
commit 8f603e224b
10 changed files with 54 additions and 63 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.1 2002/04/06 18:40:33 tsutsui Exp $
# $NetBSD: list,v 1.2 2002/04/13 13:42:57 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -56,6 +56,9 @@ PROG usr/bin/tset
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@ -71,9 +74,6 @@ LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
#COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.1 2002/04/11 16:33:59 skrll Exp $
# $NetBSD: list,v 1.2 2002/04/13 13:42:57 lukem Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -51,13 +51,13 @@ PROG usr/bin/tip
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL ping srcdir distrib/utils/x_ping
LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@ -65,16 +65,11 @@ COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
COPY ${_SRC_TOP_}/etc/protocols etc/protocols
COPY ${_SRC_TOP_}/etc/services etc/services
#CMD ${PWD_MKDB} -L -d ./ etc/master.passwd
#
#MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644
#MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600
# and the common installation tools
COPY ${CURDIR}/termcap.mini usr/share/misc/termcap
COPY ${CURDIR}/termcap.mini usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY ${CURDIR}/dot.profile .profile

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.3 2002/04/09 00:31:39 lukem Exp $
# $NetBSD: list,v 1.4 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@ -40,6 +40,9 @@ PROG usr/bin/sed
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL ftp srcdir distrib/utils/x_ftp
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL mount srcdir distrib/utils/x_mount
@ -52,9 +55,6 @@ LIBS libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm
COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif
COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.15 2002/04/07 03:46:44 tsutsui Exp $
# $NetBSD: list,v 1.16 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -54,6 +54,9 @@ PROG usr/sbin/chroot
PROG usr/mdec/installboot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@ -73,9 +76,6 @@ LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@ -92,6 +92,3 @@ COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644
# Minimaize use of MFS
SYMLINK /tmp var/tmp

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2002/03/06 12:04:49 lukem Exp $
# $NetBSD: list,v 1.18 2002/04/13 13:42:58 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
@ -17,7 +17,7 @@ PROG bin/mkdir
PROG bin/mt
PROG bin/mv
PROG bin/pwd
PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/rm
PROG bin/sh
PROG bin/stty
@ -33,7 +33,7 @@ PROG sbin/mount
PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/mount_nfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/ping
PROG sbin/route
PROG sbin/shutdown
@ -42,7 +42,7 @@ PROG sbin/umount
PROG usr/bin/chflags
PROG usr/bin/ftp
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
PROG usr/bin/sed
PROG usr/bin/sort
PROG usr/bin/tip
@ -50,6 +50,8 @@ PROG usr/bin/tip
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
ARGVLN sh -sh
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL ping srcdir distrib/utils/x_ping
@ -57,8 +59,6 @@ SPECIAL route srcdir distrib/utils/x_route
LIBS -lrmt -ledit -lutil -lcurses -ltermcap -lbz2 -lcrypt -lintl -ll -lm -lkvm
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.12 2002/04/07 03:46:44 tsutsui Exp $
# $NetBSD: list,v 1.13 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -50,10 +50,13 @@ PROG usr/bin/more
PROG usr/bin/sed
PROG usr/bin/tset
PROG usr/mdec/installboot
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
PROG usr/mdec/installboot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
@ -74,9 +77,6 @@ LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.8 2002/04/07 03:46:45 tsutsui Exp $
# $NetBSD: list,v 1.9 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -49,10 +49,13 @@ PROG usr/bin/more
PROG usr/bin/sed
PROG usr/bin/tset
PROG usr/mdec/installboot
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
PROG usr/mdec/installboot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
#SPECIAL ed srcdir distrib/utils/x_ed
@ -73,9 +76,6 @@ LIBS libhack.o -ledit -lutil -lcurses -ltermcap -ll -lm -lz
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 2002/04/12 01:15:15 briggs Exp $
# $NetBSD: list,v 1.3 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -52,6 +52,9 @@ PROG usr/bin/tset
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL dmesg srcdir distrib/utils/x_dmesg
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL ftp srcdir distrib/utils/x_ftp
@ -65,9 +68,6 @@ SPECIAL umount srcdir distrib/utils/x_umount
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
# init invokes the shell as -sh
ARGVLN sh -sh
# various files that we need in /etc for the install
COPY ${_SRC_TOP_}/etc/group etc/group
COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd
@ -84,6 +84,3 @@ COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
# and the boot script
COPY ${CURDIR}/dot.profile .profile
MTREE ./.profile type=file uname=root gname=wheel mode=0644
# Minimaize use of MFS
SYMLINK /tmp var/tmp

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.3 2002/03/30 18:18:19 thorpej Exp $
# $NetBSD: list,v 1.4 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
@ -50,13 +50,13 @@ PROG usr/bin/tset
PROG usr/sbin/chown usr/bin/chgrp
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL ping srcdir distrib/utils/x_ping
LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
# init invokes the shell as -sh
ARGVLN sh -sh
# we need the boot blocks /usr/mdec
#COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot

View File

@ -1,29 +1,31 @@
# $NetBSD: list,v 1.16 2002/03/11 07:04:21 lukem Exp $
# $NetBSD: list,v 1.17 2002/04/13 13:42:59 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin
PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/sh
PROG bin/mt
PROG sbin/init
PROG sbin/newfs sbin/mount_mfs
PROG sbin/mount_ffs
PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/reboot sbin/halt
PROG sbin/umount
PROG sbin/reboot sbin/halt
PROG usr/sbin/chroot
PROG usr/bin/eject
PROG usr/bin/gzip usr/bin/gunzip usr/bin/zcat
PROG usr/bin/gzip usr/bin/gunzip usr/bin/zcat
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL umount srcdir distrib/utils/x_umount
LIBS libhack.o -lz -ll -lutil -lrmt
# `internal' crunchgen links
ARGVLN sh -sh
COPY ${CURDIR}/dot.profile .profile
MTREE ./cdrom type=dir uname=root gname=wheel mode=0755