|
@ -1,9 +1,9 @@ |
|
|
From deraadt@do-not-reply.openbsd.org Sun May 1 07:59:59 MST 2016 |
|
|
|
|
|
|
|
|
From deraadt@do-not-reply.openbsd.org Sun Sep 1 07:00:00 MST 2016 |
|
|
Return-Path: root |
|
|
Return-Path: root |
|
|
Date: May 1 07:59:59 MST 2016 |
|
|
|
|
|
|
|
|
Date: Sep 1 07:00:00 MST 2016 |
|
|
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) |
|
|
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) |
|
|
To: root |
|
|
To: root |
|
|
Subject: Welcome to OpenBSD 5.9! |
|
|
|
|
|
|
|
|
Subject: Welcome to OpenBSD 6.0! |
|
|
|
|
|
|
|
|
This message attempts to describe the most basic initial questions that a |
|
|
This message attempts to describe the most basic initial questions that a |
|
|
system administrator of an OpenBSD box might have. You are urged to save |
|
|
system administrator of an OpenBSD box might have. You are urged to save |
|
@ -27,13 +27,13 @@ find further information regarding configuration in the file /usr/X11R6/README. |
|
|
|
|
|
|
|
|
Several popular binary packages (pre-compiled applications) are available |
|
|
Several popular binary packages (pre-compiled applications) are available |
|
|
for most architectures. If you installed from a CD-ROM the packages |
|
|
for most architectures. If you installed from a CD-ROM the packages |
|
|
are on the same CD-ROM you installed from in the directory 5.9/packages. |
|
|
|
|
|
|
|
|
are on the same CD-ROM you installed from in the directory 6.0/packages. |
|
|
|
|
|
|
|
|
CD-ROM space permitted us to include a subset of the full FTP packages |
|
|
CD-ROM space permitted us to include a subset of the full FTP packages |
|
|
for the most common architectures. Please see the FTP sites to see a |
|
|
for the most common architectures. Please see the FTP sites to see a |
|
|
full list of packages for each architecture: |
|
|
full list of packages for each architecture: |
|
|
|
|
|
|
|
|
ftp://ftp.openbsd.org/pub/OpenBSD/5.9/packages/ |
|
|
|
|
|
|
|
|
ftp://ftp.openbsd.org/pub/OpenBSD/6.0/packages/ |
|
|
|
|
|
|
|
|
If you do not find a package you want on the CD, please go look at your |
|
|
If you do not find a package you want on the CD, please go look at your |
|
|
nearest FTP mirror site. |
|
|
nearest FTP mirror site. |
|
@ -41,9 +41,9 @@ nearest FTP mirror site. |
|
|
Select your architecture and download the tarballs of your choice. For example |
|
|
Select your architecture and download the tarballs of your choice. For example |
|
|
to install the emacs package for amd64, execute: |
|
|
to install the emacs package for amd64, execute: |
|
|
# mount /dev/cd0a /cdrom |
|
|
# mount /dev/cd0a /cdrom |
|
|
# pkg_add -v /cdrom/5.9/packages/amd64/emacs-24.5p0-no_x11.tgz |
|
|
|
|
|
|
|
|
# pkg_add -v /cdrom/6.0/packages/amd64/emacs-24.5p0-no_x11.tgz |
|
|
or alternatively install them via FTP this way: |
|
|
or alternatively install them via FTP this way: |
|
|
# pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.9/packages/amd64/emacs-24.5p0-no_x11.tgz |
|
|
|
|
|
|
|
|
# pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/6.0/packages/amd64/emacs-24.5p0-no_x11.tgz |
|
|
|
|
|
|
|
|
Significant efforts were made to centralize all system configuration in the |
|
|
Significant efforts were made to centralize all system configuration in the |
|
|
/etc directory. You should be able to find each of the configuration files |
|
|
/etc directory. You should be able to find each of the configuration files |
|
|