IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2009, 1:56:21 PM (17 years ago)
Author:
jhoblitt
Message:

docs cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/console/scripts/console-config

    r24611 r25011  
    152152=head1 RCFILE
    153153
    154 This program will attempt to read an C<rcfile> from F<$HOME/.Consolerc>
    155 
    156 The format of the C<rcfile> is in L<YAML> format and uses the following values:
    157 
    158     ---
    159     db: nebulous
    160     dbpass: '@neb@'
    161     dbuser: nebulous
    162     mounts:
    163       - /mnt
    164       - /tmp
    165       - /usr
    166     pidfile: /var/tmp/nebdiskd
    167     poll_interval: 5
    168 
    169 The values C<db>, C<dbpass>, C<dbuser>, and C<pidfile> have the same semantics
    170 as their command line and/or environment variable equivalents.
    171 
    172 =over 4
    173 
    174 =item * C<mounts>
    175 
    176 A list of "paths" to C<stat(2)> before mounted volumes are polled.  The propose
    177 of this option is to attempt to keep "automounted" volumes mounted while this
    178 program is running.
    179 
    180 This value may be omitted or left blank.
    181 
    182 =item * C<poll_interval>
    183 
    184 The number of seconds to wait between checks for mounted volumes.
    185 
    186 This value may be omitted or left blank.  The default value is C<60>s.
    187 
    188 =back
     154This program will attempt to read an C<rcfile> from F<$HOME/.Consolerc>.
    189155
    190156=head1 CREDITS
     
    222188=head1 SEE ALSO
    223189
    224 L<Config::YAML>
     190L<Config::YAML>, L<Console>, L<console>, L<console-ipp-defaults>
    225191
    226192=cut
Note: See TracChangeset for help on using the changeset viewer.