diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-04 21:40:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-03-04 21:40:46 +0000 |
commit | 734281ed4b6cfe374c49f6895e6960a8bbe10592 (patch) | |
tree | 7171b633ffedd97090d9b9a09fc41b53d80d0105 /etc | |
parent | fcab3b2f395dac8e5da7437cca0f323af81ba33c (diff) |
fix date and mention installurl way of pkg_add
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root/root.mail | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index aee75e3be6c..9c83a4f29f9 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -1,4 +1,4 @@ -From deraadt@do-not-reply.openbsd.org Sun May 1 07:00:00 MST 2016 +From deraadt@do-not-reply.openbsd.org Sun May 1 07:00:00 MST 2017 Return-Path: root Date: May 1 07:00:00 MST 2016 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) @@ -25,14 +25,13 @@ hours improving them so that they are clear and precise. If you have installed the X11 file sets during the install process, you can find further information regarding configuration in the file /usr/X11R6/README. -Several popular binary packages (pre-compiled applications) are available -for most architectures. +Several popular binary packages (pre-compiled applications) are +available from mirror sites. Mirror selection is usually automatic +during install/upgrade -- a mirror URLs from https://www.openbsd.org/ftp.html +is stored into the file /etc/installurl. Installation of packages is +as simple as: - http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/ - -And install them via the internet this way: - - # pkg_add -v http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/amd64/emacs-24.5p0-no_x11.tgz + # pkg_add -v rsync chromium emacs-24.5p0-no_x11 Significant efforts were made to centralize all system configuration in the /etc directory. You should be able to find each of the configuration files |