diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-08-27 11:38:51 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-08-27 11:38:51 +0000 |
commit | 76ef2b123533bc36f7481ba9f9560953a6a1ba18 (patch) | |
tree | 8c6b2c5be574ab7768b8f3fe53ef38cf879f6fd9 | |
parent | deb3ff93f254a4b6db0432e87872af0fac563480 (diff) |
s/relayd/smtpd/
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 756236d4e1e..02b03513003 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.33 2009/08/08 19:16:41 ian Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.34 2009/08/27 11:38:50 jacekm Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -125,7 +125,7 @@ main(int argc, char *argv[]) errx(1, "unsupported mode"); connected: - /* connect to relayd control socket */ + /* connect to smtpd control socket */ if ((ctl_sock = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) err(1, "socket"); |