update Mon Jan 25 18:37:00 PST 2010
[pkgsrc.git] / sysutils / p5-Sys-Utmp / DESCR
1 Sys::Utmp provides a vaguely object oriented interface to the Unix user
2 accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would
3 prefer to use the getutent() function from the systems C libraries it will
4 attempt to provide its own if they are missing.
5
6 This may not be the module that you are looking for - there is a User::Utmp
7 which provides a different procedural interface and may well be more
8 complete for your purposes.