release 2
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 6 Nov 1980 03:02:01 +0000 (19:02 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 6 Nov 1980 03:02:01 +0000 (19:02 -0800)
SCCS-vsn: usr.sbin/sendmail/src/useful.h 2.1
SCCS-vsn: usr.sbin/sendmail/src/version.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/sysexits.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/err.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/util.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/alias.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/collect.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 2.1
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/conf.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/main.c 2.1
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 2.1

14 files changed:
usr/src/usr.sbin/sendmail/src/alias.c
usr/src/usr.sbin/sendmail/src/arpadate.c
usr/src/usr.sbin/sendmail/src/collect.c
usr/src/usr.sbin/sendmail/src/conf.c
usr/src/usr.sbin/sendmail/src/deliver.c
usr/src/usr.sbin/sendmail/src/err.c
usr/src/usr.sbin/sendmail/src/main.c
usr/src/usr.sbin/sendmail/src/parseaddr.c
usr/src/usr.sbin/sendmail/src/savemail.c
usr/src/usr.sbin/sendmail/src/sendmail.h
usr/src/usr.sbin/sendmail/src/sysexits.c
usr/src/usr.sbin/sendmail/src/useful.h
usr/src/usr.sbin/sendmail/src/util.c
usr/src/usr.sbin/sendmail/src/version.c

index 55b28f4..45acc2f 100644 (file)
@@ -3,7 +3,7 @@
 # include <pwd.h>
 # include "dlvrmail.h"
 
 # include <pwd.h>
 # include "dlvrmail.h"
 
-static char SccsId[] = "@(#)alias.c    1.8     %G%";
+static char SccsId[] = "@(#)alias.c    2.1     %G%";
 
 /*
 **  ALIAS -- Compute aliases.
 
 /*
 **  ALIAS -- Compute aliases.
index d3496c2..ef1682d 100644 (file)
@@ -1,6 +1,6 @@
 # include <time.h>
 
 # include <time.h>
 
-static char SccsId[] = "@(#)arpadate.c 1.4     %G%";
+static char SccsId[] = "@(#)arpadate.c 2.1     %G%";
 
 /*
 **  ARPADATE -- Create date in ARPANET format
 
 /*
 **  ARPADATE -- Create date in ARPANET format
index 07af85a..60fba3c 100644 (file)
@@ -3,7 +3,7 @@
 # include <errno.h>
 # include "dlvrmail.h"
 
 # include <errno.h>
 # include "dlvrmail.h"
 
-static char    SccsId[] = "@(#)collect.c       1.6     %G%";
+static char    SccsId[] = "@(#)collect.c       2.1     %G%";
 
 /*
 **  MAKETEMP -- read & parse message header & make temp file.
 
 /*
 **  MAKETEMP -- read & parse message header & make temp file.
index ba210a5..f20ffbf 100644 (file)
 
 
 
 
 
 
-static char SccsId[] = "@(#)conf.c     1.10    %G%";
+static char SccsId[] = "@(#)conf.c     2.1     %G%";
 
 
 bool   UseMsgId = FALSE;       /* don't put message id's in anywhere */
 
 
 bool   UseMsgId = FALSE;       /* don't put message id's in anywhere */
index 77ea9d0..9a63694 100644 (file)
@@ -6,7 +6,7 @@
 # include <log.h>
 # endif LOG
 
 # include <log.h>
 # endif LOG
 
-static char SccsId[] = "@(#)deliver.c  1.11    %G%";
+static char SccsId[] = "@(#)deliver.c  2.1     %G%";
 
 /*
 **  DELIVER -- Deliver a message to a particular address.
 
 /*
 **  DELIVER -- Deliver a message to a particular address.
index 1de4e16..061478a 100644 (file)
@@ -4,7 +4,7 @@
 # include <log.h>
 # endif LOG
 
 # include <log.h>
 # endif LOG
 
-static char    SccsId[] = "@(#)err.c   1.5     %G%";
+static char    SccsId[] = "@(#)err.c   2.1     %G%";
 
 /*
 **  SYSERR -- Print error message.
 
 /*
 **  SYSERR -- Print error message.
index 6eeb30f..e57339a 100644 (file)
@@ -6,7 +6,7 @@
 # include <log.h>
 # endif LOG
 
 # include <log.h>
 # endif LOG
 
-static char    SccsId[] = "@(#)main.c  1.12    %G%";
+static char    SccsId[] = "@(#)main.c  2.1     %G%";
 
 /*
 **  DELIVERMAIL -- Deliver mail to a set of destinations
 
 /*
 **  DELIVERMAIL -- Deliver mail to a set of destinations
index ccfbc5c..e4e962d 100644 (file)
@@ -2,7 +2,7 @@
 # include <ctype.h>
 # include "dlvrmail.h"
 
 # include <ctype.h>
 # include "dlvrmail.h"
 
-static char    SccsId[] = "@(#)parseaddr.c     1.7     %G%";
+static char    SccsId[] = "@(#)parseaddr.c     2.1     %G%";
 
 /*
 **  PARSE -- Parse an address
 
 /*
 **  PARSE -- Parse an address
index 066901b..e4cda29 100644 (file)
@@ -2,7 +2,7 @@
 # include <pwd.h>
 # include "dlvrmail.h"
 
 # include <pwd.h>
 # include "dlvrmail.h"
 
-static char    SccsId[] = "@(#)savemail.c      1.4     %G%";
+static char    SccsId[] = "@(#)savemail.c      2.1     %G%";
 
 /*
 **  SAVEMAIL -- Save mail on error
 
 /*
 **  SAVEMAIL -- Save mail on error
index 70b456c..a95f782 100644 (file)
@@ -3,7 +3,7 @@
 **
 **     Most of these are actually allocated in globals.c
 **
 **
 **     Most of these are actually allocated in globals.c
 **
-**     @(#)sendmail.h  1.6     %G%
+**     @(#)sendmail.h  2.1     %G%
 */
 
 
 */
 
 
index 5a1fb10..30f92b6 100644 (file)
@@ -1,6 +1,6 @@
 # include <sysexits.h>
 
 # include <sysexits.h>
 
-static char    SccsId[] = "@(#)sysexits.c      1.3     %G%";
+static char    SccsId[] = "@(#)sysexits.c      2.1     %G%";
 
 /*
 **  SYSEXITS.C -- error messages corresponding to sysexits.h
 
 /*
 **  SYSEXITS.C -- error messages corresponding to sysexits.h
index c8a0d75..3af6ee3 100644 (file)
@@ -1,7 +1,7 @@
 /*
 **  USEFUL.H -- Some useful stuff.
 **
 /*
 **  USEFUL.H -- Some useful stuff.
 **
-**     @(#)useful.h    1.3     %G%
+**     @(#)useful.h    2.1     %G%
 */
 
 # define bool  char
 */
 
 # define bool  char
index 74c2e3f..7d618a5 100644 (file)
@@ -1,7 +1,7 @@
 # include <sysexits.h>
 # include "useful.h"
 
 # include <sysexits.h>
 # include "useful.h"
 
-static char    SccsId[] = "@(#)util.c  1.4     %G%";
+static char    SccsId[] = "@(#)util.c  2.1     %G%";
 
 /*
 **  STRIPQUOTES -- Strip quotes & quote bits from a string.
 
 /*
 **  STRIPQUOTES -- Strip quotes & quote bits from a string.
index 5105346..0e009eb 100644 (file)
@@ -1 +1 @@
-char   Version[] = "@(#)Delivermail version 1.10 of %G%";
+char   Version[] = "@(#)Delivermail version 2.1 of %G%";