summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-01 17:33:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-01 17:33:55 +0000
commitb272d6164538e85a890c7f5faabb1cdda144ba4b (patch)
treedf82375095ddf480da1083abb31cd26a57ce0ebf
parent6cb8e94f552779e2ee72a400af6177bdb43e2c24 (diff)
tweaks from miod
-rw-r--r--etc/root/root.mail12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail
index 30ef25201dc..5363d45c772 100644
--- a/etc/root/root.mail
+++ b/etc/root/root.mail
@@ -1,6 +1,6 @@
-From deraadt@do-not-reply.openbsd.org Sat May 1 11:48:48 MST 2003
+From deraadt@do-not-reply.openbsd.org Sat May 1 11:48:48 MST 2004
Return-Path: root
-Date: May 1 11:48:48 MST 2003
+Date: May 1 11:48:48 MST 2004
From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
To: root
Subject: Welcome to OpenBSD 3.5! Secure by Default!
@@ -27,7 +27,7 @@ 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 3.4/packages.
+are on the same CD-ROM you installed from in the directory 3.5/packages.
CD-ROM Space permitted us to include a subset of the following packages
for the most common architectures. Please see the FTP sites if you find
@@ -1142,16 +1142,16 @@ something you need missing.
zsnes-1.36.tgz
These and many other packages are also available via ftp at
- ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/
+ ftp://ftp.openbsd.org/pub/OpenBSD/3.5/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:
# mount /dev/cd0a /cdrom
- # pkg_add -v /cdrom/3.4/packages/i386/emacs-20.7.tgz
+ # pkg_add -v /cdrom/3.5/packages/i386/emacs-20.7.tgz
or alternatively install them via FTP this way:
- # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386/emacs-20.7.tgz
+ # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/3.5/packages/i386/emacs-20.7.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