Fixed configure warning on FreeBSD (6.3). Don't test for sys/syslimits.h.
[userinfo.git] / doc / uirc
blobc341b4a6669535c6e0b4037078c36330785e21df
1 # This is an example configuration file for the userinfo utility. Blank lines
2 # and everything to the right of a '#' are ignored. If you need a '#' in the
3 # module options, escape it with a '\'.
5 # The format is as follows:
7 #     /path/to/module.so module_options_if_any
9 # The module options are the same as what they'd be for the command-line. For
10 # availble module command-line options if any, type: 
12 #     ui -h -O module.so
13 #     OR
14 #     ui -c filename -h
15 #     OR
16 #     ui -c filename -O module.so -h
18 # If a module name begins with a '~', then it will be expanded to your home
19 # directory. If it begins with a '/' then the full pathname is expected.
20 # Otherwise, the module is looked for in PREFIX/lib/userinfo.
22 # To use chaining, begin the module name with a '>' (-x), or '-' for chaining
23 # without module output (-X) before any '~'. The following module will be
24 # chained to this module (which may also be chained to the following module,
25 # if the module is chainable).
27 # If you specify both a configuration file and a module name (-O) from the
28 # command line, the order of module loading is considered (in the
29 # configuration file too).
31 # Some options may require quoting. Both single and double quotes are
32 # supported. If you need a literal quote, escape it with a '\'.
34 # Ben Kibbey <bjk@luxsci.net>
36 # Password/Group module.
37 passwd.so
39 # Mail module.
40 mail.so
42 # Login/Lastlog module.
43 login.so
45 # Some other module in your home directory chained to another module. Only
46 # the last two modules will be output.
47 #-~/chained.so -swit -c -h -es
48 #>middle_of_chain.so -opt -ions
49 #end_of_chain.so -opt -ions