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
This commit is contained in:
parent
9db445e3d7
commit
b42614032f
@ -6,3 +6,5 @@ sendmail /usr/libexec/sendmail/sendmail
|
||||
send-mail /usr/libexec/sendmail/sendmail
|
||||
mailq /usr/libexec/sendmail/sendmail
|
||||
newaliases /usr/libexec/sendmail/sendmail
|
||||
hoststat /usr/libexec/sendmail/sendmail
|
||||
purgestat /usr/libexec/sendmail/sendmail
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user