diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-03-16 14:26:26 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-03-16 14:26:26 +0000 |
commit | 2c34d09c93e28b4a984aec52b13174a5e2519b51 (patch) | |
tree | 22ce0b2d6b59dc9d2328e137daea6b4b8cec40cc /usr.sbin/mailwrapper/Makefile | |
parent | d2df23ef7f71c70cc115afa1e03e2a208313709a (diff) |
run makemap through mailwrapper(8), to avoid conflict between
sendmail and smtpd.
ok gilles@, "Go go go!" todd@
Diffstat (limited to 'usr.sbin/mailwrapper/Makefile')
-rw-r--r-- | usr.sbin/mailwrapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 8c45d6b60fa..434675223a0 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/04/06 01:05:38 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2009/03/16 14:26:25 jacekm Exp $ PROG= mailwrapper MAN= mailwrapper.8 mailer.conf.5 @@ -10,6 +10,7 @@ afterinstall: ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/newaliases ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/mailq + ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/makemap ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/hoststat ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/bin/purgestat |