use -d99.100 to avoid dropping into background
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 07:07:15 +0000 (23:07 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 11 Jun 1995 07:07:15 +0000 (23:07 -0800)
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.125
SCCS-vsn: usr.sbin/sendmail/src/TRACEFLAGS 8.11

usr/src/usr.sbin/sendmail/src/TRACEFLAGS
usr/src/usr.sbin/sendmail/src/main.c

index 5b18c16..7191b89 100644 (file)
@@ -66,3 +66,4 @@
 80                     content length
 81                     sun remote mode
 91     mci.c           syslogging of MCI cache information
 80                     content length
 81                     sun remote mode
 91     mci.c           syslogging of MCI cache information
+99     main.c          avoid backgrounding (no printed output)
index 8d08021..51a3a09 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     8.124 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.125 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 #endif /* not lint */
 
 #define        _DEFINE
@@ -1032,7 +1032,7 @@ main(argc, argv, envp)
        {
                char dtype[200];
 
        {
                char dtype[200];
 
-               if (!tTd(52, 100))
+               if (!tTd(99, 100))
                {
                        /* put us in background */
                        i = fork();
                {
                        /* put us in background */
                        i = fork();