Update to reflect recent world order. In particular, you need /dev/bpf0

to build some ports.
This commit is contained in:
Satoshi Asami 1999-05-12 08:09:18 +00:00
parent 34cffc3d20
commit 547a32d999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18801
2 changed files with 10 additions and 18 deletions

View File

@ -1,22 +1,18 @@
(1) Copy the following files to under the "files" subdirectory:
Copy the following files from a running 3.0 system:
Copy the following files from a running 3.1 system:
/dev/{kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/fd/[0-9]
/etc/resolv.conf
Copy the following files from a very recent 3.0 system:
Copy the following files from a very recent 3.1 system:
/usr/libdata/perl/5.00502/ExtUtils/MM_Unix.pm
/usr/libexec/elf/ld
/usr/bin/{install-,make}info
/usr/sbin/pkg_{add,create,delete,info}
/usr/libexec/ld-elf.so.1
Copy the following files from a very recent 3.0 system or source tree:
Copy the following files from a very recent 3.1 system or source tree:
/usr/share/info/dir
/usr/share/mk/bsd.port*.mk
(2) Run "sh mkbindist". Note the first time you should set "ftp=1".

View File

@ -1,22 +1,18 @@
(1) Copy the following files to under the "files" subdirectory:
Copy the following files from a running 3.0 system:
Copy the following files from a running 4.0 system:
/dev/{kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/fd/[0-9]
/etc/resolv.conf
Copy the following files from a very recent 3.0 system:
Copy the following files from a very recent 4.0 system:
/usr/libdata/perl/5.00502/ExtUtils/MM_Unix.pm
/usr/libexec/elf/ld
/usr/bin/{install-,make}info
/usr/sbin/pkg_{add,create,delete,info}
(empty)
Copy the following files from a very recent 3.0 system or source tree:
Copy the following files from a very recent 4.0 system or source tree:
/usr/share/info/dir
/usr/share/mk/bsd.port*.mk
(2) Run "sh mkbindist". Note the first time you should set "ftp=1".