afickonfig
Section: ( 1 )
Updated: 2.3-0
Index
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 [afickconfig option] [afick options]
afick use posix syntaxe, with long (--), short (-), and negative (--no) options
afickconfig options are :
- --config_file|-c <configfile>
-
read the configuration in <configfile>.
- --help|-h
-
Output help information and exit.
- --print_config,
-
display internals variables after arguments and config file parsing
(for debugging purposes)
- --version|-V
-
Output version information and exit.
You have to use one (or more ) of this action :
afick options (to be changed) :
- --archive| <directory>
-
write reports to <directory>.
- --debug|-d <level>
-
set a level of debugging messages, from 0 (none) to 3 (full)
- --database|-D <name>
-
use this database.
- --full_newdel|-f,(--nofull_newdel)
-
(do not) report full information on new and deleted directories,
default is no
- --history|-y <historyfile>
-
write session status to historyfile
- --ignore_case|-a
-
ignore case for file names.
can be helpfull on windows plateforms, but is dangerous on unix ones.
- --missing_files|-m,(--nomissing_files)
-
(do not) warn about files declared in config files which does not exists, default is no
- --dead_symlinks|-s,(--nodead_symlinks)
-
(do not) warn about dead symlinks, default is no
- --running_files|-r,(--norunning_files)
-
(do not) warn about "running" files : modified since program begin,
default is no
- --timing|-t,(--notiming)
-
(do not) Print timing statistics , default is no
- --exclude_suffix|-x <"ext1 ext2 ... extn">
-
list of suffixes to ignore
if no config file on command line, afick try to open /etc/afick.conf as default config
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.
afick.conf(5) for configuration file
afick(1) for afick options
afick-tk(1) for graphical interface
Copyright (c) 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>
- NAME
- DESCRIPTION
- SYNOPSIS
- OPTIONS
- FILES
- USE
- RETURN VALUES
- NOTES
- SEE ALSO
- COPYRIGHT
- AUTHORS
This document was created by man2html, using the manual pages.
Time: 11:29:12 GMT, July 16, 2004