diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-30 03:43:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-30 03:43:09 +0000 |
commit | e6df49c6d3c195b04a4e7eb6fa37afe3fe47d919 (patch) | |
tree | 957544c8f61c96ac2d5e45baf8be394ad1f79e56 /gnu | |
parent | c08ce02cbd4b9d71696a5d7398c3078354b5c477 (diff) |
OSTYPE is openbsd, not unknown
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/clientproto.mc | 2 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/clientproto.mc b/gnu/usr.sbin/sendmail/cf/cf/clientproto.mc index 22b86555318..d35f69a8516 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/clientproto.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/clientproto.mc @@ -25,5 +25,5 @@ divert(-1) divert(0)dnl VERSIONID(`$Sendmail: clientproto.mc,v 8.16 2000/03/21 21:05:26 ca Exp $') -OSTYPE(unknown) +OSTYPE(openbsd) FEATURE(nullclient, mailhost.$m) diff --git a/gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc b/gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc index 41ec4ac23ec..f7abc26b043 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc @@ -27,7 +27,7 @@ divert(-1) divert(0)dnl VERSIONID(`$Sendmail: tcpproto.mc,v 8.13.22.1 2000/08/03 15:25:20 ca Exp $') -OSTYPE(`unknown') +OSTYPE(`openbsd') FEATURE(`nouucp', `reject') MAILER(`local') MAILER(`smtp') |