summaryrefslogtreecommitdiff
path: root/etc/root
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-01-31 23:30:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-01-31 23:30:41 +0000
commitecc201f01f738684c1f5d5196d8b76be3a4ef95a (patch)
treefc3913af0919c6e4934b3c468c0385411575e9d5 /etc/root
parentf3ae65d6105084122b4ab8dd3d1640b67f5d3331 (diff)
welcome to 5.3-BETA
Diffstat (limited to 'etc/root')
-rw-r--r--etc/root/root.mail16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail
index bd8d6d6decb..00a3c9308ad 100644
--- a/etc/root/root.mail
+++ b/etc/root/root.mail
@@ -1,9 +1,9 @@
-From deraadt@do-not-reply.openbsd.org Tue Nov 1 07:47:47 MDT 2012
+From deraadt@do-not-reply.openbsd.org Wed May 1 07:53:53 MDT 2013
Return-Path: root
-Date: Nov 1 07:47:47 MDT 2012
+Date: May 1 07:53:53 MDT 2013
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
-Subject: Welcome to OpenBSD 5.2!
+Subject: Welcome to OpenBSD 5.3!
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
@@ -27,23 +27,23 @@ 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 5.2/packages.
+are on the same CD-ROM you installed from in the directory 5.3/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
full list of packages for each architecture:
- ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/
+ ftp://ftp.openbsd.org/pub/OpenBSD/5.3/packages/
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 i386, execute:
+to install the emacs package for amd64, execute:
# mount /dev/cd0a /cdrom
- # pkg_add -v /cdrom/5.2/packages/i386/emacs-22.3p12.tgz
+ # pkg_add -v /cdrom/5.3/packages/amd64/emacs-24.2.tgz
or alternatively install them via FTP this way:
- # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/i386/emacs-22.3p12.tgz
+ # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.3/packages/amd64/emacs-24.2.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