[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] chkwtmp & chklastlog



On Fri, 2 Mar 2001, Sean Chester wrote:

> If anyones got compiled versions of these 2 files, would it be possible to
> send them to me please.
> I cant seem to compile them (cc -o chklastlog chklastlog.c)

Must be a raq3 ;)

insert a line at the top of chkwtmp
#define WTMP_FILENAME "/var/log/wtmp"
and in chklastlog
#define LASTLOG_FILENAME "/var/log/lastlog"

gsh