summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rwhod/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Port all applications in usr.sbin/ from libulog to utmpx.ed2010-01-131-3/+0
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+1
|
* Let rwhod use libulog.ed2009-12-271-0/+3
| | | | | | | | | | | | I am not planning on providing a mechanism tot stat() the database files directly. The disadvantage of this, is that rwhod will now be a little bit more heavy than it used to be. It normally used to fstat() the file descriptor to see whether the file had changed, but this is now impossible to implement, meaning we have to parse the entire utmp file each 180 seconds. This is probably not an issue on modern 16-way servers, but if it turns out to be a problem, we'll think of something.
* style.Makefile(5)obrien2003-04-041-1/+2
|
* Comment out WARNS?=4 to unbreak the Alpha build.des2002-07-151-1/+2
|
* WARNS=4, de-__P()alfred2002-07-111-0/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+1
|
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+6
OpenPOWER on IntegriCloud