summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-08-15 18:04:23 +0000
committerjmc <jmc@openbsd.org>2012-08-15 18:04:23 +0000
commit46f358fb15d8a4972388a8799970a66a776243cf (patch)
tree4e58e78da1111e287493383e669fe4de0e58ee31
parentOops, on a.out architectures __cerror() is called _cerror(). Fix (diff)
downloadwireguard-openbsd-46f358fb15d8a4972388a8799970a66a776243cf.tar.xz
wireguard-openbsd-46f358fb15d8a4972388a8799970a66a776243cf.zip
- remove some redundancy within the sendmail text
- remove the compat_* text: there's only one left, and the text makes little sense here from Ross Richardson ok schwarze
-rw-r--r--share/man/man8/afterboot.812
1 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index d876d338664..10057cbf5dc 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.136 2012/03/01 04:38:10 lum Exp $
+.\" $OpenBSD: afterboot.8,v 1.137 2012/08/15 18:04:23 jmc Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 1 2012 $
+.Dd $Mdocdate: August 15 2012 $
.Dt AFTERBOOT 8
.\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
.Os
@@ -490,8 +490,7 @@ Please see
.Pa /usr/share/sendmail/README
for information on generating your own sendmail configuration files.
For the default installation, sendmail is configured to only accept
-connections from the local host and to not accept connections on
-any external interfaces.
+connections from the local host.
This makes it possible to send mail locally, but not receive mail from remote
servers, which is ideal if you have one central incoming mail machine and
several clients.
@@ -605,11 +604,6 @@ and
.Xr packages 7
for more details.
.Pp
-Copy vendor binaries and install them.
-You will need to install any shared libraries, etc.
-Read the compat_* man pages
-to find out how to install and use compatibility mode.
-.Pp
There is also other third-party software that is available
in source form only, either because it has not been ported to
.Ox