1 1.44 tron # $NetBSD: list,v 1.44 2011/07/03 23:11:31 tron Exp $ 2 1.1 thorpej 3 1.44 tron SRCDIRS bin sbin external/bsd/less/bin usr.bin usr.sbin 4 1.13 lukem 5 1.13 lukem PROG bin/cat usr/bin/strings 6 1.13 lukem PROG bin/chmod 7 1.13 lukem PROG bin/cp 8 1.13 lukem PROG bin/dd 9 1.13 lukem PROG bin/df 10 1.13 lukem PROG bin/ed 11 1.13 lukem PROG bin/ln 12 1.13 lukem PROG bin/ls 13 1.13 lukem PROG bin/mkdir 14 1.13 lukem PROG bin/mt 15 1.13 lukem PROG bin/mv 16 1.13 lukem PROG bin/pax usr/bin/tar 17 1.13 lukem PROG bin/pwd 18 1.13 lukem PROG bin/rm 19 1.13 lukem PROG bin/sh 20 1.13 lukem PROG bin/stty 21 1.13 lukem PROG bin/sync 22 1.13 lukem 23 1.38 tsutsui PROG sbin/chown bin/chgrp 24 1.13 lukem PROG sbin/disklabel 25 1.27 tsutsui PROG sbin/dmesg 26 1.13 lukem PROG sbin/fsck 27 1.13 lukem PROG sbin/fsck_ffs 28 1.13 lukem PROG sbin/ifconfig 29 1.13 lukem PROG sbin/init 30 1.13 lukem PROG sbin/mknod 31 1.13 lukem PROG sbin/mount 32 1.13 lukem PROG sbin/mount_cd9660 33 1.13 lukem PROG sbin/mount_ffs 34 1.13 lukem PROG sbin/mount_msdos 35 1.13 lukem PROG sbin/mount_nfs 36 1.17 lukem PROG sbin/newfs sbin/mount_mfs 37 1.13 lukem PROG sbin/ping 38 1.13 lukem PROG sbin/reboot sbin/halt 39 1.13 lukem PROG sbin/restore sbin/rrestore 40 1.13 lukem PROG sbin/route 41 1.13 lukem PROG sbin/shutdown 42 1.13 lukem PROG sbin/slattach 43 1.13 lukem PROG sbin/swapctl 44 1.13 lukem PROG sbin/umount 45 1.13 lukem 46 1.13 lukem PROG usr/bin/ftp 47 1.31 abs PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 48 1.13 lukem PROG usr/bin/less usr/bin/more 49 1.13 lukem PROG usr/bin/sed 50 1.13 lukem PROG usr/bin/tip 51 1.13 lukem PROG usr/bin/tset 52 1.13 lukem 53 1.13 lukem PROG usr/sbin/bad144 54 1.13 lukem PROG usr/sbin/chroot 55 1.20 lukem PROG usr/sbin/installboot 56 1.13 lukem 57 1.13 lukem # init invokes the shell as -sh 58 1.13 lukem ARGVLN sh -sh 59 1.13 lukem 60 1.41 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 61 1.13 lukem SPECIAL ping srcdir distrib/utils/x_ping 62 1.13 lukem 63 1.43 tsutsui LIBS -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 64 1.1 thorpej 65 1.1 thorpej # we need the boot blocks /usr/mdec 66 1.1 thorpej COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 67 1.7 cgd COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 68 1.29 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 69 1.1 thorpej 70 1.1 thorpej # various files that we need in /etc for the install 71 1.18 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 72 1.18 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 73 1.18 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 74 1.40 tsutsui COPY ${DISTRIBDIR}/common/protocols etc/protocols 75 1.33 abs COPY ${DISTRIBDIR}/common/services etc/services 76 1.13 lukem 77 1.22 lukem CMD ${TOOL_PWD_MKDB} -L -d . etc/master.passwd 78 1.13 lukem MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644 79 1.13 lukem MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600 80 1.1 thorpej 81 1.1 thorpej # and the common installation tools 82 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils 83 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils 84 1.1 thorpej 85 1.1 thorpej # and the installation tools 86 1.9 tron COPY ${CURDIR}/dot.profile .profile 87 1.3 ross 88 1.3 ross # old-style installation tools 89 1.21 lukem COPY ${CURDIR}/install.sh install 555 90 1.21 lukem COPY ${CURDIR}/upgrade.sh upgrade 555 91 1.3 ross 92 1.13 lukem # and the install notes 93 1.13 lukem COPY ${INSTALLNOTES} INSTALL.more 94