'z' option now sets ForkQueueRuns
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 20 Sep 1985 03:18:01 +0000 (19:18 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 20 Sep 1985 03:18:01 +0000 (19:18 -0800)
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.5

usr/src/usr.sbin/sendmail/src/readcf.c

index 3a2a77c..ade1048 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 #ifndef lint
 */
 
 #ifndef lint
-static char    SccsId[] = "@(#)readcf.c        5.4 (Berkeley) %G%";
+static char    SccsId[] = "@(#)readcf.c        5.5 (Berkeley) %G%";
 #endif not lint
 
 # include "sendmail.h"
 #endif not lint
 
 # include "sendmail.h"
@@ -834,6 +834,10 @@ setoption(opt, val, sticky)
                RefuseLA = atoi(val);
                break;
 
                RefuseLA = atoi(val);
                break;
 
+         case 'z':             /* fork jobs during queue runs */
+               ForkQueueRuns = atobool(val);
+               break;
+
          default:
                break;
        }
          default:
                break;
        }