Modules are located in src/modules.
[userinfo.git] / README
blobb5b01ee364579bec49a7248925d227ccbc76c39d
1 Userinfo is a console utility to display a variety of information about a
2 local user. It uses loadable modules to perform different tasks which
3 separate the output with a field deliminator. Some may find it useful in shell
4 scripts to gather information which might be tedious by other methods. It has
5 been tested to run on Linux, FreeBSD, NetBSD, and Solaris. See
6 doc/README.modules for how to write your own modules and doc/uirc for an
7 example configuration file.
9 INSTALLATION
10 ------------
11 Type './configure' then edit 'config.h' to set some custom defaults and
12 non-standard file paths. Then type 'make' to build and 'make install' 
13 to install. Read the manual page or see 'ui -h' for command summary.
15 BUGS
16 ----
17 Send bugs, patches and suggestions to the address below.
19 Ben Kibbey <bjk@arbornet.org>