Merge pull request #5 from Oichkatzelesfrettschen/eirikr/scan-for-netbsd-references-and-reword-text
Clean NetBSD wording
This commit is contained in:
commit
8e8eebeca7
|
|
@ -34,14 +34,14 @@
|
|||
|
||||
# postinstall fix obsolete
|
||||
|
||||
..but only ever after the reboot! Either way, deleting the old service
|
||||
tool will avoid conflicts with the same-named NetBSD utility later on.
|
||||
..but only ever after the reboot! Either way, deleting the old service
|
||||
tool will avoid conflicts with the same-named utility later on.
|
||||
|
||||
20170218:
|
||||
Before starting a build, you will have to update your master.passwd and
|
||||
group files in /etc. This is needed because we have switched over from
|
||||
the old set of MINIX users and groups to the new set of NetBSD users
|
||||
and groups, as needed by various imported tools. Follow these steps.
|
||||
the old set of MINIX users and groups to the new set used by the
|
||||
imported tools. Follow these steps.
|
||||
|
||||
1. Make a back-up copy of your old master.passwd and group files:
|
||||
|
||||
|
|
@ -112,10 +112,10 @@
|
|||
ps(1) output and /proc as owned by "postfix". This is no problem.
|
||||
|
||||
20170122:
|
||||
MINIX 3 did not import NetBSD's passwd.conf file, which makes the
|
||||
userland fall back by default to the old, broken UNIX password hashing
|
||||
algorithm. Among other problems, it truncates passwords to the first
|
||||
eight characters.
|
||||
Earlier versions of MINIX 3 did not ship a passwd.conf file, which
|
||||
makes the userland fall back by default to the old, broken UNIX
|
||||
password hashing algorithm. Among other problems, it truncates
|
||||
passwords to the first eight characters.
|
||||
|
||||
Please install /etc/passwd.conf and reset your passwords with passwd.
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ Here is an example
|
|||
.Nm
|
||||
file:
|
||||
.Bd -literal -offset indent
|
||||
banner=Welcome to NetBSD
|
||||
banner=Welcome to MINIX
|
||||
banner==================
|
||||
banner=
|
||||
banner=Please choose an option from the following menu:
|
||||
|
|
@ -192,13 +192,13 @@ load=/miniroot.kmod
|
|||
.Ed
|
||||
.Pp
|
||||
N.B. Xen counts serial ports from com1 upwards, but
|
||||
.Nx
|
||||
.Mx
|
||||
counts from com0, so the appropriate device name must be used.
|
||||
Please see the Xen with serial console example above.
|
||||
.Pp
|
||||
This will clear the screen and display:
|
||||
.Bd -literal -offset indent
|
||||
Welcome to NetBSD
|
||||
Welcome to MINIX
|
||||
=================
|
||||
|
||||
Please choose an option from the following menu:
|
||||
|
|
@ -227,7 +227,7 @@ There will be no timeout.
|
|||
The
|
||||
.Nm
|
||||
file appeared in
|
||||
.Nx 5.0 .
|
||||
MINIX 3.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -240,9 +240,9 @@ were written by
|
|||
Support for
|
||||
.Nm
|
||||
is currently for
|
||||
.Nx Ns /i386
|
||||
.Mx Ns /i386
|
||||
and
|
||||
.Nx Ns /amd64
|
||||
.Mx Ns /amd64
|
||||
only.
|
||||
It is hoped that its use will be extended to other appropriate ports that
|
||||
use the
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ URL which is used for updating the local
|
|||
.Pa pkg-vulnerabilities
|
||||
file when running
|
||||
.Dl Ic pkg_admin fetch-pkg-vulnerabilities
|
||||
The default location is ftp.NetBSD.org using HTTP.
|
||||
The default location is ftp.minix3.org using HTTP.
|
||||
.Em Note :
|
||||
Usually, only the compression type should be changed.
|
||||
Currently supported are uncompressed files and files compressed by
|
||||
|
|
|
|||
|
|
@ -188,8 +188,8 @@ Contains source and majority of system utilities and files
|
|||
utilities and boot files
|
||||
\fBcommands/\fP source file for command utilities
|
||||
\fBcommon/\fP
|
||||
\fBinclude/\fP includes common to NetBSD and Minix
|
||||
\fBlib/\fP lib files common to NetBSD kernel and libc
|
||||
\fBinclude/\fP common MINIX include files
|
||||
\fBlib/\fP library files for the MINIX kernel and libc
|
||||
\fBdocs/\fP documents related to recent source changes
|
||||
\fBdrivers/\fP source files for various device drivers
|
||||
\fBetc/\fP source for files in /etc/
|
||||
|
|
|
|||
|
|
@ -32,13 +32,13 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm pkgsrc
|
||||
.Nd NetBSD packages collection (framework for third-party software)
|
||||
.Nd MINIX packages collection (framework for third-party software)
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nx
|
||||
.The
|
||||
.Mx
|
||||
Packages Collection (pkgsrc) is a framework for building and
|
||||
maintaining third-party software on
|
||||
.Nx
|
||||
.Mx
|
||||
and other
|
||||
.Ux Ns -like
|
||||
systems.
|
||||
|
|
@ -51,4 +51,4 @@ various administrative tasks for the package system.
|
|||
.Xr pkg_add 1 ,
|
||||
.Xr pkg_delete 1 ,
|
||||
.Xr pkg_info 1 ,
|
||||
.Pa http://www.netbsd.org/docs/pkgsrc/
|
||||
.Pa https://wiki.minix3.org/doku.php?id=developersguide:pkgsrc
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ master boot record - see
|
|||
.Ss Normal Operation
|
||||
Once running, a banner similar to the following will appear:
|
||||
.Bd -unfilled -offset indent
|
||||
\*[Gt]\*[Gt] NetBSD BIOS Boot, revision 3.0
|
||||
\*[Gt]\*[Gt] MINIX BIOS Boot, revision 3.0
|
||||
\*[Gt]\*[Gt] (user@buildhost, builddate)
|
||||
\*[Gt]\*[Gt] Memory: 637/15360 k
|
||||
Press return to boot now, any other key for boot menu
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user