summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2012-07-15 18:42:29 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2012-07-15 18:42:29 +0000
commit401026973a70dbca8eb1fd45b0155c08b2b9ec14 (patch)
tree813a771ccb5be25600296b44ada33270132c6b52 /usr.sbin
parent3d040ad48a3375fa02d1ee2524e80ae4a9eba6d9 (diff)
update examples:
pkill sendmail -> /etc/rc.d/sendmail stop smtpd -> /etc/rc.d/smtpd start suggested by Seth Wright <seth@crosse.org>, ok chl@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtpd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtpd.8 b/usr.sbin/smtpd/smtpd.8
index efc7a9598a8..32ecea07ffd 100644
--- a/usr.sbin/smtpd/smtpd.8
+++ b/usr.sbin/smtpd/smtpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtpd.8,v 1.14 2011/10/22 06:42:44 jmc Exp $
+.\" $OpenBSD: smtpd.8,v 1.15 2012/07/15 18:42:28 gilles Exp $
.\"
.\" Copyright (c) 2008, Gilles Chehade <gilles@openbsd.org>
.\" Copyright (c) 2008, Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 22 2011 $
+.Dd $Mdocdate: July 15 2012 $
.Dt SMTPD 8
.Os
.Sh NAME
@@ -90,7 +90,7 @@ ensure the mail queue is empty,
then stop
.Xr sendmail 8 :
.Bd -literal -offset indent
-# pkill sendmail
+# /etc/rc.d/sendmail stop
.Ed
.Pp
Modify the current
@@ -111,7 +111,7 @@ and enable the daemon:
# newaliases
# echo "sendmail_flags=NO" \*(Gt\*(Gt /etc/rc.conf.local
# echo "smtpd_flags=" \*(Gt\*(Gt /etc/rc.conf.local
-# smtpd
+# /etc/rc.d/smtpd start
.Ed
.Sh FILES
.Bl -tag -width "/var/run/smtpd.sockXXX" -compact