1ECONFTOOL(8) configuration file manager ECONFTOOL(8)
2
3
4
6 econftool - Configuration File Manager
7
9 econftool COMMAND [OPTIONS] </path/to/configfile>.conf
10
12 Tool which allows to easily manage the configuration file snippets.
13
14
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
44
46 --comment <character>
47 Character which starts a comment. ('#' default).
48
49
50 --delimiters <string>
51 Characters which separates key/value entries. ("=" default).
52 e.g. --delimiters="= "
53 e.g. --delimiters=spaces regarding all spaces
54
55
57 libeconf
58
59
61 Copyright (c) 2021 SUSE LLC
62
63 Permission is hereby granted, free of charge, to any person obtaining a
64 copy of this software and associated documentation files (the "Soft‐
65 ware"), to deal in the Software without restriction, including without
66 limitation the rights to use, copy, modify, merge, publish, distribute,
67 sublicense, and/or sell copies of the Software, and to permit persons
68 to whom the Software is furnished to do so, subject to the following
69 conditions:
70
71 The above copyright notice and this permission notice shall be included
72 in all copies or substantial portions of the Software.
73
74 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
75 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MER‐
76 CHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
77 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
78 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
79 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT‐
80 WARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
82
83
84libeconf 2 Apr 2021 ECONFTOOL(8)