Sync with the release branch.
This commit is contained in:
parent
d83513a716
commit
dfc6658291
@ -1,4 +1,4 @@
|
||||
# $NetBSD: instbin.conf,v 1.3 1995/11/13 17:41:37 thorpej Exp $
|
||||
# $NetBSD: instbin.conf,v 1.4 1995/11/14 10:12:36 thorpej Exp $
|
||||
#
|
||||
# instbin.conf - configuration for hp300 miniroot
|
||||
|
||||
@ -6,9 +6,9 @@ srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin usr.bin/vi
|
||||
|
||||
progs basename cat cut chflags chmod chown chroot cp dd df disklabel
|
||||
progs dmesg ed expr fsck ftp gawk grep gzip hostname ifconfig init kill ln ls
|
||||
progs mkdir mknod more mount mount_cd9660 mount_ffs mount_nfs mt mv newfs ping
|
||||
progs pwd reboot rm route rsh sed sh shutdown slattach sleep sort strings stty
|
||||
progs sync tar test tip tset umount update
|
||||
progs mkdir mknod more mount mount_cd9660 mount_ffs mount_nfs mt mv newfs
|
||||
progs netstat ping pwd reboot rm route rsh sed sh shutdown slattach sleep
|
||||
progs sort strings stty sync tar test tip tset umount update
|
||||
|
||||
# XXX catch vi; see above
|
||||
progs common
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.3 1995/11/13 17:41:38 thorpej Exp $
|
||||
# $NetBSD: list,v 1.4 1995/11/14 10:12:38 thorpej Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/instbin instbin
|
||||
@ -53,6 +53,7 @@ SYMLINK /instbin usr/bin/gunzip
|
||||
SYMLINK /instbin usr/bin/gzcat
|
||||
SYMLINK /instbin usr/bin/gzip
|
||||
SYMLINK /instbin usr/bin/more
|
||||
SYMLINK /instbin usr/bin/netstat
|
||||
SYMLINK /instbin usr/bin/rsh
|
||||
SYMLINK /instbin usr/bin/sed
|
||||
SYMLINK /instbin usr/bin/strings
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mtree.conf,v 1.2 1995/11/07 07:26:20 thorpej Exp $
|
||||
# $NetBSD: mtree.conf,v 1.3 1995/11/14 10:12:39 thorpej Exp $
|
||||
|
||||
/set type=dir uname=root gname=wheel mode=0755
|
||||
# .
|
||||
|
Loading…
Reference in New Issue
Block a user