[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] chkwtmp & chklastlog
- Subject: Re: [cobalt-users] chkwtmp & chklastlog
- From: flash22@xxxxxxx
- Date: Fri Mar 2 15:25:40 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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