mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
As it turns out, fmt(1) is being used by the base system as well as the
ports tree extensively and it is probably a good idea to keep it regardless of NO_MAIL setting. Reported by: Alexander Best Reviewed by: antoine X-MFC-With: r203584
This commit is contained in:
parent
923dd9a7a7
commit
07ea9a7c2f
2 changed files with 1 additions and 3 deletions
|
|
@ -1539,7 +1539,6 @@ OLD_FILES+=usr/share/man/man8/pac.8.gz
|
|||
.if ${MK_MAIL} == no
|
||||
OLD_FILES+=usr/bin/Mail
|
||||
OLD_FILES+=usr/bin/biff
|
||||
OLD_FILES+=usr/bin/fmt
|
||||
OLD_FILES+=usr/bin/from
|
||||
OLD_FILES+=usr/bin/mail
|
||||
OLD_FILES+=usr/bin/mailx
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ SUBDIR= alias \
|
|||
${_file2c} \
|
||||
find \
|
||||
finger \
|
||||
${_fmt} \
|
||||
fmt \
|
||||
fold \
|
||||
${_from} \
|
||||
fstat \
|
||||
|
|
@ -296,7 +296,6 @@ _locate= locate
|
|||
# XXX msgs?
|
||||
.if ${MK_MAIL} != "no"
|
||||
_biff= biff
|
||||
_fmt= fmt
|
||||
_from= from
|
||||
_mail= mail
|
||||
_msgs= msgs
|
||||
|
|
|
|||
Loading…
Reference in a new issue