| #
d348d3d7 |
| 30-Nov-2002 |
lukem <lukem@NetBSD.org> |
tweaks for fparseln(3) move from libutil to libc: - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
|
| #
0e416c08 |
| 26-Jul-2000 |
itojun <itojun@NetBSD.org> |
add usr.bin/{hoststat,purgestat}, which are new argv[0] hack for sendmail 8.10.x and beyond. sorry that i forgot to add this one.
From: Andrew Brown <atatat@atatdot.net>
|
| #
059e6549 |
| 25-Mar-1999 |
is <is@NetBSD.org> |
Split off /etc/mailer.conf manual page from mailwrapper manual page.
|
| #
0d7a8dcb |
| 20-Feb-1999 |
thorpej <thorpej@NetBSD.org> |
- Rewrite to use fparseln(), strspn(), strsep(). Avoids statically-sized buffers and allows for line continuation. - Use __progname instead of chopping argv[0] into a statically-sized temporary
- Rewrite to use fparseln(), strspn(), strsep(). Avoids statically-sized buffers and allows for line continuation. - Use __progname instead of chopping argv[0] into a statically-sized temporary buffer.
show more ...
|
| #
8109fa54 |
| 05-Feb-1999 |
perry <perry@NetBSD.org> |
We shouldn't count on the user building sendmail. Update the make file so that it does the symlinking of newaliases and mailq to /usr/sbin/mailwrapper directly.
|
| #
180c29c3 |
| 25-Dec-1998 |
perry <perry@NetBSD.org> |
Add the "mailwrapper" program, which is designed to act as a switch permitting users to choose between sendmail and other mail systems with a simple configuration file change. Not yet turned on -- th
Add the "mailwrapper" program, which is designed to act as a switch permitting users to choose between sendmail and other mail systems with a simple configuration file change. Not yet turned on -- this is being committed so people can beat on it.
show more ...
|