Changeset 25011 for trunk/console/scripts/console-config
- Timestamp:
- Aug 6, 2009, 1:56:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/console/scripts/console-config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/scripts/console-config
r24611 r25011 152 152 =head1 RCFILE 153 153 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 154 This program will attempt to read an C<rcfile> from F<$HOME/.Consolerc>. 189 155 190 156 =head1 CREDITS … … 222 188 =head1 SEE ALSO 223 189 224 L<Config::YAML> 190 L<Config::YAML>, L<Console>, L<console>, L<console-ipp-defaults> 225 191 226 192 =cut
Note:
See TracChangeset
for help on using the changeset viewer.
