summaryrefslogtreecommitdiffstats
path: root/libexec/tcpd
Commit message (Collapse)AuthorAgeFilesLines
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | 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)
* Style: move .PATH to where it belongs.ru2005-10-141-2/+2
|
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* Drop MAINTAINER Bit. Not needed any more.markm2003-06-041-2/+0
|
* Best we can do with this is c89.obrien2003-06-021-0/+1
|
* Build the TCP-wrapper helper "daemon" tcpd. This is not much use inmarkm2002-01-121-0/+20
a bog-standard FreeBSD installation, as inetd(8) does that job, but for inetd(8) replacemenrts such as xinetd, having this around makes sense.
OpenPOWER on IntegriCloud