afickonfig

Section: ( 1 )
Updated: 2.3-0
Index

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

afick [afickconfig option] [afick options]

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

FILES

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

USE

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

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(1) for afick options

afick-tk(1) for graphical interface

COPYRIGHT

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.

AUTHORS

Eric Gerbier

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


Index

  1. NAME
  2. DESCRIPTION
  3. SYNOPSIS
  4. OPTIONS
  5. FILES
  6. USE
  7. RETURN VALUES
  8. NOTES
  9. SEE ALSO
  10. COPYRIGHT
  11. AUTHORS

This document was created by man2html, using the manual pages.
Time: 11:29:12 GMT, July 16, 2004