1ECONFTOOL(8)              configuration file manager              ECONFTOOL(8)
2
3
4

NAME

6       econftool - Configuration File Manager
7

SYNOPSIS

9       econftool COMMAND [OPTIONS] </path/to/configfile>.conf
10

DESCRIPTION

12       Tool which allows to easily manage the configuration file snippets.
13
14

COMMANDS

16       show   Reads  all  snippets for <filename>.conf (in /usr/etc and /etc),
17              and prints all groups,keys and their values.  The root  directo‐
18              ries  is  /.  It  can  be set by the environment variable $ECON‐
19              FTOOL_ROOT.
20
21       cat    Prints the content of the files and the name of the file in  the
22              order as it has been read.
23
24       edit   Starts  the  editor  $EDITOR  (environment  variable)  where the
25              groups, keys and values can be modified and saved afterwards.
26
27              OPTIONS
28               -f, --full:      Copy the original configuration file  to  /etc
29              instead of
30                                creating drop-in files.
31               --use-home:      Only has an effect if the user is root.
32                                Chooses  the  root  home  directory instead of
33              /etc.
34
35
36       revert Reverts all changes to the vendor  versions.  Basically  deletes
37              the config file and snippet directory in /etc.
38
39              OPTIONS
40                -y,  --yes:       Assumes yes for all prompts and runs non-in‐
41              teractively.
42
43

SEE ALSO

45       libeconf
46
47
49       Copyright (c) 2021 SUSE LLC
50
51       Permission is hereby granted, free of charge, to any person obtaining a
52       copy  of  this  software and associated documentation files (the "Soft‐
53       ware"), to deal in the Software without restriction, including  without
54       limitation the rights to use, copy, modify, merge, publish, distribute,
55       sublicense, and/or sell copies of the Software, and to  permit  persons
56       to  whom  the  Software is furnished to do so, subject to the following
57       conditions:
58
59       The above copyright notice and this permission notice shall be included
60       in all copies or substantial portions of the Software.
61
62       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
63       OR IMPLIED, INCLUDING  BUT  NOT  LIMITED  TO  THE  WARRANTIES  OF  MER‐
64       CHANTABILITY,  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
65       NO EVENT SHALL THE AUTHORS OR  COPYRIGHT  HOLDERS  BE  LIABLE  FOR  ANY
66       CLAIM,  DAMAGES  OR  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
67       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT‐
68       WARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69
70
71
72libeconf                          2 Apr 2021                      ECONFTOOL(8)
Impressum