summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-04-15 20:36:49 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-04-15 20:36:49 +0000
commitef46b454c3ab32d6b7bd5171d51c6e1d3ae5a8b3 (patch)
tree9a74607aea2b5a7ba1961f463997b0599634370d /usr.sbin
parentd3d1a155d72ce69192c39f06c74b1e4bdb1db726 (diff)
don't call setproctitle for parent, at least one process should
display cmdline arguments the daemon was started with; ok gilles@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index 32b0bc942b7..9c0683df78e 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.52 2009/04/03 05:20:17 oga Exp $ */
+/* $OpenBSD: smtpd.c,v 1.53 2009/04/15 20:36:48 jacekm Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -747,7 +747,6 @@ main(int argc, char *argv[])
control_pid = control(&env);
runner_pid = runner(&env);
- setproctitle("parent");
SPLAY_INIT(&env.mdaproc_queue);
s_parent.start = time(NULL);