1 1.46 martin # $NetBSD: list,v 1.46 2018/10/01 17:50:08 martin 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.45 martin PROG sbin/raidctl 39 1.13 lukem PROG sbin/reboot sbin/halt 40 1.13 lukem PROG sbin/restore sbin/rrestore 41 1.13 lukem PROG sbin/route 42 1.13 lukem PROG sbin/shutdown 43 1.13 lukem PROG sbin/slattach 44 1.13 lukem PROG sbin/swapctl 45 1.13 lukem PROG sbin/umount 46 1.13 lukem 47 1.13 lukem PROG usr/bin/ftp 48 1.31 abs PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 49 1.13 lukem PROG usr/bin/less usr/bin/more 50 1.13 lukem PROG usr/bin/sed 51 1.13 lukem PROG usr/bin/tip 52 1.13 lukem PROG usr/bin/tset 53 1.13 lukem 54 1.13 lukem PROG usr/sbin/bad144 55 1.13 lukem PROG usr/sbin/chroot 56 1.20 lukem PROG usr/sbin/installboot 57 1.13 lukem 58 1.13 lukem # init invokes the shell as -sh 59 1.13 lukem ARGVLN sh -sh 60 1.13 lukem 61 1.41 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 62 1.13 lukem SPECIAL ping srcdir distrib/utils/x_ping 63 1.13 lukem 64 1.46 martin LIBS -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop 65 1.1 thorpej 66 1.1 thorpej # we need the boot blocks /usr/mdec 67 1.1 thorpej COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 68 1.7 cgd COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 69 1.29 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 70 1.1 thorpej 71 1.1 thorpej # various files that we need in /etc for the install 72 1.18 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 73 1.18 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 74 1.18 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 75 1.40 tsutsui COPY ${DISTRIBDIR}/common/protocols etc/protocols 76 1.33 abs COPY ${DISTRIBDIR}/common/services etc/services 77 1.13 lukem 78 1.22 lukem CMD ${TOOL_PWD_MKDB} -L -d . etc/master.passwd 79 1.13 lukem MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644 80 1.13 lukem MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600 81 1.1 thorpej 82 1.1 thorpej # and the common installation tools 83 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils 84 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils 85 1.1 thorpej 86 1.1 thorpej # and the installation tools 87 1.9 tron COPY ${CURDIR}/dot.profile .profile 88 1.3 ross 89 1.3 ross # old-style installation tools 90 1.21 lukem COPY ${CURDIR}/install.sh install 555 91 1.21 lukem COPY ${CURDIR}/upgrade.sh upgrade 555 92 1.3 ross 93 1.13 lukem # and the install notes 94 1.13 lukem COPY ${INSTALLNOTES} INSTALL.more 95