date and time created 91/10/02 14:48:45 by eric
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Oct 1991 06:48:45 +0000 (22:48 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Oct 1991 06:48:45 +0000 (22:48 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/ostype/sunos4.1.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/ostype/ultrix4.m4 2.1

usr/src/usr.sbin/sendmail/cf/ostype/sunos4.1.m4 [new file with mode: 0644]
usr/src/usr.sbin/sendmail/cf/ostype/ultrix4.m4 [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/sunos4.1.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/sunos4.1.m4
new file mode 100644 (file)
index 0000000..03cd8bb
--- /dev/null
@@ -0,0 +1,18 @@
+divert(-1)
+#
+# Copyright (c) 1983 Eric P. Allman
+# Copyright (c) 1988 The Regents of the University of California.
+# All rights reserved.
+#
+# %sccs.include.redist.sh%
+#
+VERSIONID(@(#)sunos4.1.m4      2.1 (Berkeley) %G%)
+#
+
+define(`ALIAS_FILE', /etc/aliases)dnl
+define(`HELP_FILE', /usr/lib/sendmail.hf)dnl
+define(`QUEUE_DIR', /usr/spool/mqueue)dnl
+define(`STATUS_FILE', /usr/lib/sendmail.st)dnl
+define(`LOCAL_MAILER', /bin/mail)dnl
+
+divert(0)
diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/ultrix4.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/ultrix4.m4
new file mode 100644 (file)
index 0000000..fc3f606
--- /dev/null
@@ -0,0 +1,18 @@
+divert(-1)
+#
+# Copyright (c) 1983 Eric P. Allman
+# Copyright (c) 1988 The Regents of the University of California.
+# All rights reserved.
+#
+# %sccs.include.redist.sh%
+#
+VERSIONID(@(#)ultrix4.m4       2.1 (Berkeley) %G%)
+#
+
+define(`ALIAS_FILE', /usr/lib/aliases)dnl
+define(`HELP_FILE', /usr/lib/sendmail.hf)dnl
+define(`QUEUE_DIR', /usr/spool/mqueue)dnl
+define(`STATUS_FILE', /usr/lib/sendmail.st)dnl
+define(`LOCAL_MAILER', /bin/mail)dnl
+
+divert(0)