mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93858
@ -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