| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MAINTAINER file (which already had entries for sendmail).
|
|
|
|
|
|
|
| |
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
made the usage here incorrect.
Note that the change to install may cause other things to break, such as
the advice in src/etc/defaults/make.conf:
# Compare before install
#INSTALL=install -C
If users actually use this, any ${INSTALL} -d invocations in an installworld
will also fail.
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 2 days
|
|
|
|
|
|
| |
install area.
Noticed by: msmith
|
| |
|
|
/usr/share/sendmail/cf.
PR: 19790
|