diff options
author | 2004-07-28 08:23:02 +0000 | |
---|---|---|
committer | 2004-07-28 08:23:02 +0000 | |
commit | ca993803fc76231b101dda8993f956b055743faf (patch) | |
tree | 38d74acdecfd0a215dbd64a3dc8fe09ab0e469e9 | |
parent | remove dead Xr to uucp(1); from misc@; (diff) | |
download | wireguard-openbsd-ca993803fc76231b101dda8993f956b055743faf.tar.xz wireguard-openbsd-ca993803fc76231b101dda8993f956b055743faf.zip |
fix path to sendmail's README;
from Jonathan Gray (PR #3870);
ok millert@
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc b/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc index ab6673cf128..4070183838d 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc @@ -6,7 +6,7 @@ divert(-1) # Note that lines beginning with "dnl" below are comments. divert(0)dnl -VERSIONID(`@(#)openbsd-proto.mc $Revision: 1.8 $')dnl +VERSIONID(`@(#)openbsd-proto.mc $Revision: 1.9 $')dnl OSTYPE(openbsd)dnl dnl dnl If you have a non-static IP address you may wish to forward outgoing mail @@ -99,7 +99,7 @@ dnl define(`confCLIENT_KEY', `CERT_DIR/mykey.pem')dnl dnl dnl Masquerading -- rewriting the From address to a specific domain. dnl Please see the "MASQUERADING AND RELAYING" section of -dnl /usr/share/sendmail/cf/cf/README for details. +dnl /usr/share/sendmail/README for details. dnl dnl MASQUERADE_AS(`mycompany.com')dnl dnl |