summaryrefslogtreecommitdiffstats
path: root/tools/dumpconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Move dm_config_write out of libdm, back to lib/config, as config_write.Petr Rockai2011-12-111-1/+1
|
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
| | | | | | | leaving behind the LVM-specific parts of the code (convenience wrappers that handle `struct device` and `struct cmd_context`, basically). A number of functions have been renamed (in addition to getting a dm_ prefix) -- namely, all of the config interface now has a dm_config_ prefix.
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-4/+1
|
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
| | | | | Make readonly locking available as locking type 4. Fix readonly locking to permit writeable global locks (for vgscan). (2.02.49)
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
|
* dumpconfig accepts a list of configuration variables to display.Alasdair Kergon2007-01-091-8/+3
| | | | Change dumpconfig to use --file to redirect output to a file.
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
|
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-1/+1
|
* Dump active configurationAlasdair Kergon2003-10-151-1/+1
|
* dumpconfig to dump active configurationAlasdair Kergon2003-10-151-0/+39