afickonfig - a tool to manage Afick's config files |
afickonfig - a tool to manage Afick's config files
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.
afick use posix syntaxe, which allow many possibilities :
options are used to control afickconfig
actions are used to change afick's configuration
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)
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
The exit status is the number of real changes
this program only use perl and its standard modules.
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.
Eric Gerbier
you can report any bug or suggest to gerbier@users.sourceforge.net
afickonfig - a tool to manage Afick's config files |