summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-04-06 01:05:37 +0000
committermillert <millert@openbsd.org>2000-04-06 01:05:37 +0000
commit23040dc3b9607695fc05acc75bf01b5c834ceca8 (patch)
tree589c5b1bd8ca45bb2c67b8120ce75ec88296b6c4 /usr.sbin/mailwrapper
parentseed srandom from /dev/arandom not /dev/urandom (diff)
downloadwireguard-openbsd-23040dc3b9607695fc05acc75bf01b5c834ceca8.tar.xz
wireguard-openbsd-23040dc3b9607695fc05acc75bf01b5c834ceca8.zip
Don't make a sendmail smtpd link, it will be confused with beck's smtpd.
Diffstat (limited to 'usr.sbin/mailwrapper')
-rw-r--r--usr.sbin/mailwrapper/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index 91d03a29f72..8c45d6b60fa 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2000/04/04 02:41:19 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2000/04/06 01:05:38 millert Exp $
PROG= mailwrapper
MAN= mailwrapper.8 mailer.conf.5
@@ -8,7 +8,6 @@ LDADD+= -lutil
afterinstall:
ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail
- ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/smtpd
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/hoststat