make nullclient a feature instead of a mailer
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 07:16:53 +0000 (23:16 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 22 Aug 1993 07:16:53 +0000 (23:16 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/cf/clientproto.mc 8.2

usr/src/usr.sbin/sendmail/cf/cf/clientproto.mc

index 0e604af..752b8ae 100644 (file)
@@ -11,14 +11,13 @@ divert(-1)
 #  This the prototype for a "null client" -- that is, a client that
 #  does nothing except forward all mail to a mail hub.
 #
 #  This the prototype for a "null client" -- that is, a client that
 #  does nothing except forward all mail to a mail hub.
 #
-#  To use this, you MUST define MAIL_HUB and include the "nullclient"
-#  mailer.  You MAY also define an OSTYPE to define the location of
-#  the queue directories and the like.  Other than these, it should
-#  never contain any other lines.
+#  To use this, you MUST use the nullclient feature with the name of
+#  the mail hub as its argument.  You MAY also define an OSTYPE to
+#  define the location of the queue directories and the like.
+#  Other than these, it should never contain any other lines.
 #
 
 include(`../m4/cf.m4')
 #
 
 include(`../m4/cf.m4')
-VERSIONID(`@(#)clientproto.mc  8.1 (Berkeley) %G%')
+VERSIONID(`@(#)clientproto.mc  8.2 (Berkeley) %G%')
 
 
-define(`MAIL_HUB', `mailhost.$m')
-MAILER(nullclient)
+FEATURE(nullclient, mailhost.$m)