diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-06 01:05:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-06 01:05:39 +0000 |
commit | fd28c987629df9169c7f1f124a202214f358745e (patch) | |
tree | 2cd58935df15c1dba1196004a63744390fbb6f09 /gnu/usr.sbin | |
parent | 4a25fddbd801b3aef3009854d82f4d2ca245d37f (diff) |
Don't make a sendmail smtpd link, it will be confused with beck's smtpd.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/sendmail.8 | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/Makefile b/gnu/usr.sbin/sendmail/sendmail/Makefile index 7740db50317..5333f76af81 100644 --- a/gnu/usr.sbin/sendmail/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2000/04/04 13:58:28 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2000/04/06 01:05:37 millert Exp $ PROG= sendmail @@ -12,7 +12,7 @@ SRCS= main.c alias.c arpadate.c bf_torek.c clock.c collect.c \ sfsasl.c shmticklib.c srvrsmtp.c stab.c stats.c sysexits.c \ timers.c trace.c udb.c usersmtp.c util.c version.c MAN= aliases.5 mailq.1 newaliases.1 sendmail.8 -MLINKS= sendmail.8 smtpd.8 sendmail.8 hoststat.1 sendmail.8 purgestat.1 +MLINKS= sendmail.8 sendmail.8 hoststat.1 sendmail.8 purgestat.1 BINDIR= /usr/libexec/sendmail BINOWN= root BINGRP= bin diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 index 79fcbfacfbb..6b958f06585 100644 --- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 +++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8 @@ -24,7 +24,6 @@ .Op Fl v .Nm hoststat .Nm purgestat -.Nm smtpd .Sh DESCRIPTION .Nm Sendmail sends a message to one or more @@ -546,12 +545,6 @@ If invoked as .Nm purgestat , .Nm sendmail will purge expired entries from the persistent host status database. -If invoked as -.Nm smtpd , -.Nm sendmail -will act as a daemon, as if the -.Fl bd -option were specified. .Sh NOTES .Nm sendmail often gets blamed for many problems |