diff -u ./Changelog ../../1.94.3/majordomo-1.94.3//Changelog
--- ./Changelog Sun Apr 27 17:29:50 1997
+++ ../../1.94.3/majordomo-1.94.3//Changelog    Mon Apr 28 20:21:34 1997
@@ -1,3 +1,6 @@
+Changes since 1.94.2:
+o  Quick respin to remove spurious wrapper and fix medit.
+
Changes since 1.94.1:

Doc/list-owner-info    1.9:1.10
@@ -2242,5 +2245,5 @@
then only members of the list can access the list with "who" and "which"
commands.

-$Header: /sources/cvsrepos/majordomo/Changelog,v 1.21 1997/04/27 15:29:50 cwilson Exp $
+$Header: /sources/cvsrepos/majordomo/Changelog,v 1.22 1997/04/28 18:21:34 cwilson Exp $

Common subdirectories: ./Doc and ../../1.94.3/majordomo-1.94.3//Doc
diff -u ./INSTALL ../../1.94.3/majordomo-1.94.3//INSTALL
--- ./INSTALL   Sun Apr 27 18:22:22 1997
+++ ../../1.94.3/majordomo-1.94.3//INSTALL      Mon Apr 28 20:20:01 1997
@@ -2,7 +2,7 @@
             |\/| |__|  | |  | |__/ |  \ |  | |\/| |  |
             |  | |  | _| |__| |  \ |__/ |__| |  | |__|

-                          Release 1.94.2
+                          Release 1.94.3
                              INSTALL
  --------------------------------------------------------------------------

@@ -17,22 +17,22 @@

  --------------------------------------------------------------------------

-Folks upgrading from 1.94.1 to 1.94.2 have three options:
+Folks upgrading from 1.94.1 to 1.94.3 have three options:

1) A clean install.  See below.

-2) Patch your _distribution_ of 1.94.1 to 1.94.2:
+2) Patch your _distribution_ of 1.94.1 to 1.94.3:

       % cd distribution/majordomo-1.94.1
-       % patch < ...../patches/majordomo-1.94.2/1.94.1-to-1.94.2-patch
+       % patch < ...../patches/majordomo-1.94.3/1.94.1-to-1.94.3-patch

   If there are no *.rej files, do a 'make install'.  Otherwise, examine
   each .rej file and merge the changes in by hand.

-3) Patch your _installation_ of 1.94.1 to 1.94.2:
+3) Patch your _installation_ of 1.94.1 to 1.94.3:

       % cd /usr/majordomo
-       % patch < ....../majordomo-1.94.2/patches/1.94.1-to-1.94.2-installed-patch
+       % patch < ....../majordomo-1.94.3/patches/1.94.1-to-1.94.3-installed-patch

   If there are no *.rej files, you're done!  Otherwise, examine
   each .rej file and merge the changes in by hand.
diff -u ./Makefile ../../1.94.3/majordomo-1.94.3//Makefile
--- ./Makefile  Sun Apr 27 16:55:50 1997
+++ ../../1.94.3/majordomo-1.94.3//Makefile     Mon Apr 28 20:20:06 1997
@@ -1,9 +1,9 @@
-#$Modified: Sun Apr 27 16:52:37 1997 by cwilson $
+#$Modified: Mon Apr 28 20:17:27 1997 by cwilson $
#
# $Source: /sources/cvsrepos/majordomo/Makefile,v $
-# $Revision: 1.61 $
-# $Date: 1997/04/27 14:55:50 $
-# $Header: /sources/cvsrepos/majordomo/Makefile,v 1.61 1997/04/27 14:55:50 cwilson Exp $
+# $Revision: 1.62 $
+# $Date: 1997/04/28 18:20:06 $
+# $Header: /sources/cvsrepos/majordomo/Makefile,v 1.62 1997/04/28 18:20:06 cwilson Exp $
#

#  This is the Makefile for Majordomo.
@@ -69,7 +69,7 @@

#--------YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.-------------

-VERSION =      1.94.2
+VERSION =      1.94.3

# For those stupid machines that try to use csh. Doh!
SHELL = /bin/sh
diff -u ./NEWLIST ../../1.94.3/majordomo-1.94.3//NEWLIST
--- ./NEWLIST   Wed Apr  2 12:32:06 1997
+++ ../../1.94.3/majordomo-1.94.3//NEWLIST      Mon Apr 28 20:20:13 1997
@@ -2,7 +2,7 @@
             |\/| |__|  | |  | |__/ |  \ |  | |\/| |  |
             |  | |  | _| |__| |  \ |__/ |__| |  | |__|

-                           Release 1.94.2
+                           Release 1.94.3
                              NEWLIST
  --------------------------------------------------------------------------

@@ -32,9 +32,9 @@

   These would look like this:

-       test:            :include:/usr/test/majordomo-1.94.2/lists/test
+       test:            :include:/usr/test/majordomo-1.94.3/lists/test
       owner-test:      you,
-       test-request:    "|/usr/test/majordomo-1.94.2/wrapper request-answer test"
+       test-request:    "|/usr/test/majordomo-1.94.3/wrapper request-answer test"
       test-approval:   you

   It's more likely that the outgoing messages to the list will be
@@ -42,11 +42,11 @@
   give other useful features.  A typical set of aliases without anything
   fancy, such as archiving or digesting, would look like this:

-       test:    "|/usr/test/majordomo-1.94.2/wrapper resend -l test test-list"
-       test-list:  :include:/usr/test/majordomo-1.94.2/lists/test
+       test:    "|/usr/test/majordomo-1.94.3/wrapper resend -l test test-list"
+       test-list:  :include:/usr/test/majordomo-1.94.3/lists/test
       owner-test:   you,
       test-owner:   you
-       test-request: "|/usr/test/majordomo-1.94.2/wrapper majordomo -l test"
+       test-request: "|/usr/test/majordomo-1.94.3/wrapper majordomo -l test"

   Finally, a more complete set of aliases that provides digestification,
   archiving, and header manipulation would look like:
diff -u ./NEWS ../../1.94.3/majordomo-1.94.3//NEWS
--- ./NEWS      Sun Apr 27 17:29:56 1997
+++ ../../1.94.3/majordomo-1.94.3//NEWS Mon Apr 28 20:20:16 1997
@@ -1,3 +1,8 @@
+Changes from 1.94.2 to 1.94.3:
+
+o removed wrapper since it snuck into the tarball
+o fixed medit.
+
Changes from 1.94.1 to 1.94.2:

o More documentation fixes.
diff -u ./README ../../1.94.3/majordomo-1.94.3//README
--- ./README    Sun Apr 20 18:10:39 1997
+++ ../../1.94.3/majordomo-1.94.3//README       Mon Apr 28 20:20:22 1997
@@ -8,7 +8,7 @@
        Medieval Latin "major domus" - "chief of the house".
                     (Barnhart Concise Dictionary of Etymology)

-                           Release 1.94.2
+                           Release 1.94.3
                               README
--------------------------------------------------------------------------

@@ -24,7 +24,7 @@
-> upgrading will point out the variables you need to add.       <-


-     Release 1.94.2 of Majordomo is primarily a bugfix release,
+     Release 1.94.3 of Majordomo is primarily a bugfix release,
     incorporating changes which fix problems or correct pressing
     deficiencies in version 1.94.1.  No substantial new
     functionality has been added, but certain necessary
@@ -192,7 +192,7 @@

While this chapter is a good introduction to setting up the majordomo
software, it is a tad out of date, since it covers version 1.62. :-( Jerry
-is in the process of updating this for 1.94.2, and an updated version will
+is in the process of updating this for 1.94.3, and an updated version will
hopefully be included in future releases.

The original LISA 6 (Oct 1992, Long Beach, CA) paper describing
Common subdirectories: ./contrib and ../../1.94.3/majordomo-1.94.3//contrib
Common subdirectories: ./include and ../../1.94.3/majordomo-1.94.3//include
diff -u ./majordomo.aliases ../../1.94.3/majordomo-1.94.3//majordomo.aliases
--- ./majordomo.aliases Wed Apr  2 12:32:32 1997
+++ ../../1.94.3/majordomo-1.94.3//majordomo.aliases    Mon Apr 28 20:20:27 1997
@@ -14,12 +14,12 @@
# restart sendmail.
#

-majordomo:  "|/usr/test/majordomo-1.94.2/wrapper majordomo"
-majordomo-owner: chan
-owner-majordomo: chan
+majordomo:  "|/usr/test/majordomo-1.94.3/wrapper majordomo"
+majordomo-owner: you
+owner-majordomo: you

-test:          "|/usr/test/majordomo-1.94.2/wrapper resend -l test test-list"
-test-list:     :include:/usr/test/majordomo-1.94.2/lists/test
-owner-test:    chan
-test-owner:    chan
-test-request:  chan
+test:          "|/usr/test/majordomo-1.94.3/wrapper resend -l test test-list"
+test-list:     :include:/usr/test/majordomo-1.94.3/lists/test
+owner-test:    you
+test-owner:    you
+test-request:  you
diff -u ./majordomo_version.pl ../../1.94.3/majordomo-1.94.3//majordomo_version.pl
--- ./majordomo_version.pl      Sun Apr 27 17:05:38 1997
+++ ../../1.94.3/majordomo-1.94.3//majordomo_version.pl Mon Apr 28 20:20:31 1997
@@ -1,5 +1,5 @@
-# $Header: /sources/cvsrepos/majordomo/majordomo_version.pl,v 1.24 1997/04/27 15:05:38 cwilson Exp $
+# $Header: /sources/cvsrepos/majordomo/majordomo_version.pl,v 1.25 1997/04/28 18:20:31 cwilson Exp $

-$majordomo_version = "1.94.2";
+$majordomo_version = "1.94.3";
1;

Common subdirectories: ./md-sub and ../../1.94.3/majordomo-1.94.3//md-sub
diff -u ./medit ../../1.94.3/majordomo-1.94.3//medit
--- ./medit     Sun Apr 27 16:56:14 1997
+++ ../../1.94.3/majordomo-1.94.3//medit        Mon Apr 28 20:38:05 1997
@@ -6,8 +6,8 @@
# permission only.
#
# $Source: /sources/cvsrepos/majordomo/medit,v $
-# $Revision: 1.9 $
-# $Date: 1997/04/27 14:56:14 $
+# $Revision: 1.10 $
+# $Date: 1997/04/28 18:38:05 $
# $Author: cwilson $
# $State: Exp $
#
@@ -35,7 +35,7 @@

# Here's where the fun begins...

-! (defined($listdir) && chdir "$listdir")
+(defined($listdir) && chdir "$listdir")
    || die("can't access \$listdir $listdir");


Only in ../../1.94.3/majordomo-1.94.3/: patches