diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-02-23 21:53:16 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-02-23 21:53:16 +0000 |
commit | c25e5a60be241997bb806f5e040ba5463bd27ff4 (patch) | |
tree | 76bfc4c11f787ac4787b7cbb6018d34b03288669 /contrib/sendmail/cf | |
parent | 46357b9840462650fb678759e413454a40104b77 (diff) | |
download | FreeBSD-src-c25e5a60be241997bb806f5e040ba5463bd27ff4.zip FreeBSD-src-c25e5a60be241997bb806f5e040ba5463bd27ff4.tar.gz |
This local FreeBSD mod isn't needed now that we have the freebsd* ostype
files.
Diffstat (limited to 'contrib/sendmail/cf')
-rw-r--r-- | contrib/sendmail/cf/ostype/bsd4.4.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/sendmail/cf/ostype/bsd4.4.m4 b/contrib/sendmail/cf/ostype/bsd4.4.m4 index 65309b9..dd4ec6c 100644 --- a/contrib/sendmail/cf/ostype/bsd4.4.m4 +++ b/contrib/sendmail/cf/ostype/bsd4.4.m4 @@ -17,5 +17,4 @@ divert(0) VERSIONID(`$Id: bsd4.4.m4,v 8.14 1999/04/24 05:37:40 gshapiro Exp $') ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl -ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl |