summaryrefslogtreecommitdiff
path: root/etc/root
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2007-03-01 17:54:49 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2007-03-01 17:54:49 +0000
commit69789db8d0a15b815f4455d163e62da7a6d899a9 (patch)
tree735ee25d4b2df25c061d6b97c711bc59440bd4b4 /etc/root
parent3da81a9995d5a6dc0178a745d758102b9add2866 (diff)
fix emacs pkgnames
ok pval
Diffstat (limited to 'etc/root')
-rw-r--r--etc/root/root.mail4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail
index b6ffd65455b..f72906d64e4 100644
--- a/etc/root/root.mail
+++ b/etc/root/root.mail
@@ -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.4p2.tgz
+ # pkg_add -v /cdrom/4.1/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.4p2.tgz
+ # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/4.1/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