afickonfig - a tool to manage Afick's config files


NAME

afickonfig - a tool to manage Afick's config files


DESCRIPTION

afickonfig is to change parameters in afick's config file in a batch way. It was designed to work with same options names as afick. It only work on global config parameters, not on file directives.

The idea came from the ``postconf'' utility from postfix.


SYNOPSIS

afickonfig [options] [action]

afick use posix syntaxe, which allow many possibilities :


OPTIONS

options are used to control afickconfig


ACTIONS

actions are used to change afick's configuration


FILES

if no config file on command line, afick try to open /etc/afick.conf as default config

for config file syntax see afick.conf(5)


USE

To use this program, you must just run it with same afick command line options :

afickonfig -c linux.conf --timing --norunnig_files --debug=1 --archive=afick_archive


RETURN VALUES

The exit status is the number of real changes


NOTES

this program only use perl and its standard modules.


SEE ALSO

afick.conf(5) for configuration file
afick-tk(1) for graphical interface
afick(1) for the command-line interface


COPYRIGHT

Copyright (c) 2002,2003,2004 Eric Gerbier All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.


AUTHORS

Eric Gerbier

you can report any bug or suggest to gerbier@users.sourceforge.net

 afickonfig - a tool to manage Afick's config files