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

usr/src/usr.sbin/sendmail/cf/ostype/bsd4.4.m4 [new file with mode: 0644]
usr/src/usr.sbin/sendmail/cf/ostype/riscos4.5.m4 [new file with mode: 0644]
usr/src/usr.sbin/sendmail/cf/ostype/sunos3.5.m4 [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/bsd4.4.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/bsd4.4.m4
new file mode 100644 (file)
index 0000000..a7d325e
--- /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(@(#)bsd4.4.m4        2.1 (Berkeley) %G%)
+#
+
+define(`ALIAS_FILE', /etc/aliases)dnl
+define(`HELP_FILE', /usr/share/misc/sendmail.hf)dnl
+define(`QUEUE_DIR', /var/spool/mqueue)dnl
+define(`STATUS_FILE', /var/log/sendmail.st)dnl
+define(`LOCAL_MAILER', /usr/libexec/mail.local)dnl
+
+divert(0)
diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/riscos4.5.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/riscos4.5.m4
new file mode 100644 (file)
index 0000000..86e2a22
--- /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(@(#)riscos4.5.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)
diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/sunos3.5.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/sunos3.5.m4
new file mode 100644 (file)
index 0000000..d16d7ed
--- /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(@(#)sunos3.5.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)