summaryrefslogtreecommitdiff
path: root/etc/root/root.mail
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-07-25 20:07:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-07-25 20:07:29 +0000
commita7f00a3b55e80534162f7ac81a6ba8d82d2fc389 (patch)
tree8b12dcb7289ba10b47cd270b8fdfc6eaabdf99b2 /etc/root/root.mail
parentf87c0abacee8e961fce6f6fab542f60d5d614025 (diff)
crank to 4.2-beta
Diffstat (limited to 'etc/root/root.mail')
-rw-r--r--etc/root/root.mail14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail
index f72906d64e4..a71f8bfa544 100644
--- a/etc/root/root.mail
+++ b/etc/root/root.mail
@@ -1,9 +1,9 @@
-From deraadt@do-not-reply.openbsd.org Tue May 1 11:48:48 MDT 2007
+From deraadt@do-not-reply.openbsd.org Tue Nov 1 11:48:48 MST 2007
Return-Path: root
-Date: May 1 11:48:48 MDT 2007
+Date: Nov 1 11:48:48 MST 2007
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
-Subject: Welcome to OpenBSD 4.1! Secure by Default!
+Subject: Welcome to OpenBSD 4.2! Secure by Default!
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,13 +27,13 @@ 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 4.1/packages.
+are on the same CD-ROM you installed from in the directory 4.2/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/4.1/packages/
+ ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/
If you do not find a package you want on the CD, please go look at your
nearest FTP mirror site.
@@ -41,9 +41,9 @@ nearest FTP mirror site.
Select your architecture and download the tarballs of your choice. For example
to install the emacs package for i386, execute:
# mount /dev/cd0a /cdrom
- # pkg_add -v /cdrom/4.1/packages/i386/emacs-21.4p3.tgz
+ # pkg_add -v /cdrom/4.2/packages/i386/emacs-21.4p3.tgz
or alternatively install them via FTP this way:
- # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/emacs-21.4p3.tgz
+ # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/i386/emacs-21.4p3.tgz
You are STRONGLY urged to use ssh instead of telnet, rlogin, or rsh! ssh is
included in all OpenBSD systems. The implementation is OpenSSH, which we are