Mark Murray
4f6fbcd5db
Create the /bin/rmail symlink (which mailers such as postfix
...
and Exim can use).
This is something I thought I committed MONTHS ago, but it appears
that I fatfingered it and made a local commit.
Pass the pointy hat, please.
2010-10-12 21:01:26 +00:00
Ed Schouten
71ccf09269
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
Xin LI
8fe1b8c03e
Cleanups for mailwrapper(8):
...
- K&R -> ANSI prototype [O]
- Do not bother to do free right before exit() or execve() [O]
- Remove some dead code in addarg()
- Make additional parameters specified in mailer.conf(5)
actually work and document the fact. [N]
- Avoid using __progname but instead use getprogname()
and setprogname() to provide more sensible messages. [O, N]
- Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
have sync'ed with their code.
- WARNS=6
Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)
2006-06-06 05:01:12 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Ruslan Ermilov
a5d15979f2
Replaced afterinstall: with FILES.
2004-10-18 17:20:29 +00:00
Johan Karlsson
ef271e5858
Do not install SYMLINKS if both NO_MAILWRAPPER and
...
NO_SENDMAIL is defined.
PR: 57058
Reported by: Henri Hennebert <hlh@cocoon.cercle.be>
Melvyn Sopacua on current@
Submitted by: ru@
MFC after: 2 weeks
2004-01-17 23:58:23 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Peter Wemm
2632dac829
If NO_MAILWRAPPER is set, and sendmail is still enabled, then install
...
a direct symlink to sendmail.
2002-07-24 22:17:22 +00:00
Gregory Neil Shapiro
5bcd1d05cf
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
2002-04-05 04:25:14 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Tim Vanderhoek
0e61e4dd08
Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. This
...
lets unprivileged installworld: almost work first try and always work second.
BINOWN isn't quite right for this, but it's not really worth creating
a MAILOWN for this.
2000-06-04 01:20:58 +00:00
Peter Wemm
1538c4ee35
Preempt one brucification - I was missing a ${DESTDIR}. I hate merging
...
two sets of changes from different trees.
1999-12-29 18:51:36 +00:00
Peter Wemm
44ba071e87
As a special case, deal with a missing mailer.conf at install time. I
...
don't particularly like doing this here, but the alternative (loosing mail)
is worse.
1999-12-29 18:27:35 +00:00
Peter Wemm
521cb9d2af
Make mailwrapper build
1999-12-29 17:51:22 +00:00
Peter Wemm
3ae9291301
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00