summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/Makefile
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-04-05 04:25:14 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-04-05 04:25:14 +0000
commitb42614032f79397da4d4b28aa619c8a2ad5dff7a (patch)
tree6f5e3db9ec395343debc9891bce7215fcbd09754 /usr.sbin/mailwrapper/Makefile
parent9db445e3d7158dcdd3c40dd23b8c3f6d8ef2559c (diff)
downloadFreeBSD-src-b42614032f79397da4d4b28aa619c8a2ad5dff7a.zip
FreeBSD-src-b42614032f79397da4d4b28aa619c8a2ad5dff7a.tar.gz
Add the missing hoststat and purgestat commands. These are normally
symlinks to the sendmail binary but in FreeBSD's case, they are symlinks to mailwrapper. Submitted by: tisco MFC after: 4 days
Diffstat (limited to 'usr.sbin/mailwrapper/Makefile')
-rw-r--r--usr.sbin/mailwrapper/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index 2f28a2f..b4089f9 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -7,6 +7,8 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
+ ${BINDIR}/mailwrapper /usr/sbin/hoststat \
+ ${BINDIR}/mailwrapper /usr/sbin/purgestat \
${BINDIR}/mailwrapper /usr/bin/newaliases \
${BINDIR}/mailwrapper /usr/bin/mailq
OpenPOWER on IntegriCloud