diff options
author | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2015-06-23 13:11:28 +0000 |
---|---|---|
committer | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2015-06-23 13:11:28 +0000 |
commit | cf24335bad354b44b8bce17796f651c1ede29400 (patch) | |
tree | 7ed9186aa4e75d7915f9ae1b142a95b21f21138a | |
parent | e4e78d9dca1023979bfe7bb03dc41fc3626ea3ee (diff) |
fix emacs pkg names
-rw-r--r-- | etc/root/root.mail | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index d198b76f54d..e2a2e9ae79b 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 amd64, execute: # mount /dev/cd0a /cdrom - # pkg_add -v /cdrom/5.8/packages/amd64/emacs-24.4p0-no_x11.tgz + # pkg_add -v /cdrom/5.8/packages/amd64/emacs-24.5p0-no_x11.tgz or alternatively install them via FTP this way: - # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.8/packages/amd64/emacs-24.4p0-no_x11.tgz + # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.8/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 |