move setproctitle() to be before every accept to fix problem
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 May 1995 08:25:41 +0000 (00:25 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 May 1995 08:25:41 +0000 (00:25 -0800)
that looses process title after fork() in BSD-OS 2.0

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.94

usr/src/usr.sbin/sendmail/src/daemon.c

index b0ae488..ba0ca74 100644 (file)
@@ -12,9 +12,9 @@
 
 #ifndef lint
 #ifdef DAEMON
 
 #ifndef lint
 #ifdef DAEMON
-static char sccsid[] = "@(#)daemon.c   8.93 (Berkeley) %G% (with daemon mode)";
+static char sccsid[] = "@(#)daemon.c   8.94 (Berkeley) %G% (with daemon mode)";
 #else
 #else
-static char sccsid[] = "@(#)daemon.c   8.93 (Berkeley) %G% (without daemon mode)";
+static char sccsid[] = "@(#)daemon.c   8.94 (Berkeley) %G% (without daemon mode)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */