From: Eric Allman Date: Sun, 11 Jun 1995 02:46:38 +0000 (-0800) Subject: ignore -t in -bd mode X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b6aec1fc92db94da1b759d4facad0a16e2a745c7 ignore -t in -bd mode SCCS-vsn: usr.sbin/sendmail/src/main.c 8.123 --- diff --git a/usr/src/usr.sbin/sendmail/src/main.c b/usr/src/usr.sbin/sendmail/src/main.c index 385efbbac2..f142636e4f 100644 --- a/usr/src/usr.sbin/sendmail/src/main.c +++ b/usr/src/usr.sbin/sendmail/src/main.c @@ -13,7 +13,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 8.122 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 8.123 (Berkeley) %G%"; #endif /* not lint */ #define _DEFINE @@ -777,6 +777,7 @@ main(argc, argv, envp) case MD_DAEMON: /* remove things that don't make sense in daemon mode */ FullName = NULL; + GrabTo = FALSE; /* arrange to restart on hangup signal */ setsignal(SIGHUP, sighup);