xref: /openbsd/etc/root/root.mail (revision ad56fca0)
1fb6b5d8eSderaadtFrom deraadt@do-not-reply.openbsd.org Wed Apr  8 04:50:00 MDT 1998
2dfc8a969SderaadtReturn-Path: root
3fb6b5d8eSderaadtDate: Wed Apr  8 04:50:00 MDT 1998
4fb6b5d8eSderaadtFrom: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
5dfc8a969SderaadtTo: root
69beab01cSderaadtSubject: Welcome to OpenBSD 2.4
7dfc8a969Sderaadt
82186ffe8SderaadtThis message attempts to describe the most basic first questions that a
9fb6b5d8eSderaadtsystem administrator of an OpenBSD box might have.  You are urged to save
10fb6b5d8eSderaadtthis message for later reference.
117e19f6b3Sderaadt
127e19f6b3SderaadtFor more information on how to setup your OpenBSD system, refer to the
137e19f6b3Sderaadt"afterboot" man page.  If you are not familiar with how to read man pages,
14fb6b5d8eSderaadttype "man man" at a shell prompt and read the entire thing.  Pay specific
15fb6b5d8eSderaadtattention to the "man -k keyword" option, which will permit you to find the
16fb6b5d8eSderaadtman page you are looking for easier.  The GNU "info" subsystem is also
17fb6b5d8eSderaadtinstalled with further documentation resources; to read info pages type "info".
187e19f6b3Sderaadt
1963397df1SderaadtIf you have installed the X11 packages during the install process, you can find
201e3c5079Sderaadtfurther information regarding configuration in the file /usr/X11R6/README.
212186ffe8Sderaadt
2255ef6989SmarcSeveral popular binary packages (pre-compiled applications) are available
2355ef6989Smarcfor most architetures.  If you installed from a CD-ROM the packages
2455ef6989Smarcare on the same CD-ROM you installed from in the directory 2.4/packages.
2555ef6989SmarcThose packages (and others) are also available via ftp at
2655ef6989Smarcftp://ftp.openbsd.org/pub/OpenBSD/2.4/packages/
2755ef6989Smarc
2863397df1SderaadtSelect your architecture and download the tarballs of your choice.  For example
2963397df1Sderaadtto install the emacs package for i386, execute
3055ef6989Smarc   # mount /dev/cd0a /cdrom; pkg_add /cdrom/2.4/packages/i386/emacs-20.3.tgz
319beab01cSderaadtor # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.4/packages/i386/emacs-20.2.tgz
32fb6b5d8eSderaadt
337e3e3cfdSderaadtOther important packages which are not permitted on the CD (due to patents) are
347e3e3cfdSderaadtavailable on our FTP servers (as described above).  In particular, we provide
357e3e3cfdSderaadtthe USA and international versions of both SSH and PGP.  The filenames are:
3655ef6989Smarc	ssh-usa-1.2.26.tgz	ssh-intl-1.2.26.tgz	pgp-usa-2.6.3.tgz
377e3e3cfdSderaadt	pgp-intl-2.6.3.tgz
387e3e3cfdSderaadtYou are STRONGLY urged to install one of the above ssh packages and use ssh
397e3e3cfdSderaadtinstead of telnet, rlogin, or rsh.
4063397df1Sderaadt
41fb6b5d8eSderaadtSignificant efforts were made to centralize all system configuration in the
42fb6b5d8eSderaadt/etc directory.  You should be able to find each of the configuration files
43fb6b5d8eSderaadtyou seek there, lightly documented.  In particular, much of the configuration
44fb6b5d8eSderaadthas been centralized in the file /etc/rc.conf.  You should not need to ever
45fb6b5d8eSderaadtedit the file /etc/rc.   The files /etc/rc.securelevel and /etc/rc.local exist
46fb6b5d8eSderaadtfor this purpose; the first is run before the system has gone into secure
47fb6b5d8eSderaadtmode; the second is run afterwards (if in doubt, add your tools to rc.local).
48fb6b5d8eSderaadt
49fb6b5d8eSderaadtPlease refer to our web pages for any other questions you might have.
50fb6b5d8eSderaadt	http://www.OpenBSD.org
51fb6b5d8eSderaadt
52fb6b5d8eSderaadtOpenBSD is free software.  You can do with it as you like, subject to very few
53fb6b5d8eSderaadtconditions (described at www.OpenBSD.org/policy.html).  But free software isn't
54fb6b5d8eSderaadtwritten without money.  Network links, hardware costs, release engineering
55fb6b5d8eSderaadtand testing work; all these things take money and significant effort on the
56fb6b5d8eSderaadtpart of those who have made this OpenBSD release what it is.  Please reward the
57fb6b5d8eSderaadtdevelopers who have made OpenBSD what it is, and thus make it possible for this
58fb6b5d8eSderaadtwonderful process to continue.  For more information on how you can help,
59fb6b5d8eSderaadtplease see www.OpenBSD.org/goals.html and visit www.OpenBSD.org/donations.html
60fb6b5d8eSderaadtto see a list of those who have donated money, equipment, or other resources
61fb6b5d8eSderaadtto ensure OpenBSD continues.  (Thus far, most of those who have donated have
629beab01cSderaadtbeen developers themselves).
63fb6b5d8eSderaadt
64*ad56fca0SderaadtIf you wish to ensure that OpenBSD runs better on your machines, please do us
658e04aff8Sderaadta favor (after you have your mail system setup!) and type
66fb6b5d8eSderaadt	dmesg | mail dmesg@openbsd.org
67fb6b5d8eSderaadtSo that we can see what kinds of configurations people are running.  We will
68fb6b5d8eSderaadtuse this information to improve device driver support in future releases.
69fb6b5d8eSderaadt
70fb6b5d8eSderaadt(If you used 'mail' to read this message and it scrolled by too quickly,
71fb6b5d8eSderaadttype "more .")
722186ffe8Sderaadt
73