diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-04 16:52:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-04 16:52:48 +0000 |
commit | 3ae032dd7b58607efa0c19c642a025132c091617 (patch) | |
tree | d6b8fbb8e99ac17bb2240f90b2d63001f2459ea7 /etc | |
parent | 72a219812a34423799fc5486fb88d0c7e6a775d0 (diff) |
crank to 6.1-beta
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root/root.mail | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index 5fec542980e..aee75e3be6c 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -1,9 +1,9 @@ -From deraadt@do-not-reply.openbsd.org Sun Sep 1 07:00:00 MST 2016 +From deraadt@do-not-reply.openbsd.org Sun May 1 07:00:00 MST 2016 Return-Path: root -Date: Sep 1 07:00:00 MST 2016 +Date: May 1 07:00:00 MST 2016 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) To: root -Subject: Welcome to OpenBSD 6.0! +Subject: Welcome to OpenBSD 6.1! 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 @@ -26,24 +26,13 @@ If you have installed the X11 file sets during the install process, you can find further information regarding configuration in the file /usr/X11R6/README. Several popular binary packages (pre-compiled applications) are available -for most architectures. If you installed from a CD-ROM the packages -are on the same CD-ROM you installed from in the directory 6.0/packages. +for most architectures. -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 -full list of packages for each architecture: + http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/ - http://ftp.openbsd.org/pub/OpenBSD/6.0/packages/ +And install them via the internet this way: -If you do not find a package you want on the CD, please go look at your -nearest FTP mirror site. - -Select your architecture and download the tarballs of your choice. For example -to install the emacs package for amd64, execute: - # mount /dev/cd0a /cdrom - # pkg_add -v /cdrom/6.0/packages/amd64/emacs-24.5p0-no_x11.tgz -or alternatively install them via FTP this way: - # pkg_add -v http://ftp.openbsd.org/pub/OpenBSD/6.0/packages/amd64/emacs-24.5p0-no_x11.tgz + # pkg_add -v http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/amd64/emacs-24.5p0-no_x11.tgz Significant efforts were made to centralize all system configuration in the /etc directory. You should be able to find each of the configuration files |