diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-08-02 19:50:10 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-08-02 19:50:10 +0000 |
commit | 972d977ef40ab648164da49544fd90fefe7ca7c3 (patch) | |
tree | c4667638d78f48c8d4c4d66306650a079f802534 /etc/Makefile | |
parent | 84f9c8437b772e922966b088d1f917e491a7a7b5 (diff) |
Integration of mailwrapper (from NetBSD)
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to
invoke an appropriate MTA instead of sendmail(8) based on configuration
information placed in /etc/mailer.conf. This permits the administrator to
configure which MTA is to be invoked on the system at run time."
OK deraadt, millert
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index b67075c7f18..97368d74f01 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.98 1999/07/06 07:55:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.99 1999/08/02 19:50:08 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -19,7 +19,7 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ myname ipnat.rules netstart networks newsyslog.conf passwd.conf \ phones printcap protocols rbootd.conf rc rc.conf rc.local \ rc.securelevel rc.shutdown remote rpc security services shells \ - syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf + syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf mailer.conf # -rw-rw-r-- BIN2= motd |