mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
56f22faff3
commit
5bcd1d05cf
2 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue