NAME

dumpnet.extendConfig - extend a configuration file


SYNOPSIS

dumpnet.extendConfig CONFIG_FILE [TMP_FILE]


DESCRIPTION

dumpnet.extendConfig extends CONFIG_FILE by parsing the ``# extends ...'' statements. The resulting configuration data will be written to TMP_FILE if passed as argument or sent to STDOUT. Please see the sections CONFIGURATION FILE FORMAT in dumpnet(8) for details. As all configuration files used by dumpnet have the same format dumpnet.extendConfig works for all of them.


OPTIONS

CONFIG_FILE
The configuration file to parse/extend.

TMP_FILE
Write the configuration data to TMP_FILE instead STDOUT. If TMP_FILE is ``-'' STDOUT will be used.


EXAMPLES

Extend dumpnet.fstab.conf:

        dumpnet.extendConfig dumpnet.fstab.conf


EXIT STATUS

dumpnet.extendConfig will always return 0.


SEE ALSO

 dumpnet(8)


AUTHOR

 Lukas Feiler <lukas.feiler@lukasfeiler.com>


COPYRIGHT AND LICENSE

dumpnet is published under the LGPL (GNU LESSER GENERAL PUBLIC LICENSE). Please see the LICENSE file contained in the installation tarball for details. The official web site is http://dumpnet.sourceforge.net.