]> git.ipfire.org Git - network.git/blob - man/network-settings.xml
man: settings: Remove old COLORS setting
[network.git] / man / network-settings.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <refentry id="network-settings">
6 <refentryinfo>
7 <title>network-settings</title>
8 <productname>network</productname>
9
10 <authorgroup>
11 <author>
12 <contrib>Developer</contrib>
13 <firstname>Michael</firstname>
14 <surname>Tremer</surname>
15 <email>michael.tremer@ipfire.org</email>
16 </author>
17 </authorgroup>
18 </refentryinfo>
19
20 <refmeta>
21 <refentrytitle>network-settings</refentrytitle>
22 <manvolnum>8</manvolnum>
23 </refmeta>
24
25 <refnamediv>
26 <refname>network-settings</refname>
27 <refpurpose>Network Configuration Control Program</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>network settings</command>
33 </cmdsynopsis>
34
35 <cmdsynopsis>
36 <command>network settings <replaceable>KEY=VALUE</replaceable></command>
37 </cmdsynopsis>
38 </refsynopsisdiv>
39
40 <refsect1>
41 <title>Description</title>
42
43 <para>
44 The <command>network settings</command> command may be used to set
45 global settingsuration options.
46 </para>
47 <para>
48 Please have a look at the individual man pages for more options.
49 </para>
50 </refsect1>
51
52 <refsect1>
53 <title>Commands</title>
54
55 <para>
56 If no additional argument is given, running the command will
57 dump a list of all settingsuration variables and their current values.
58 </para>
59
60 <para>
61 You may set a new value by adding the variable name and the new
62 value to the command line.
63 </para>
64 </refsect1>
65
66 <refsect1>
67 <title>Variables</title>
68
69 <variablelist>
70 <varlistentry>
71 <term>
72 <varname>DEBUG</varname>=[<emphasis>0</emphasis>|1]
73 </term>
74
75 <listitem>
76 <para>
77 The <varname>DEBUG</varname> will control whether debug
78 logging is enabled or not. Additionally to writing debug
79 log messages to the log files, the messages will be displayed
80 on the console as well.
81 </para>
82 </listitem>
83 </varlistentry>
84 </variablelist>
85 </refsect1>
86
87 <refsect1>
88 <title>See Also</title>
89
90 <para>
91 <citerefentry>
92 <refentrytitle>network</refentrytitle>
93 <manvolnum>8</manvolnum>
94 </citerefentry>,
95 <citerefentry>
96 <refentrytitle>network-dns-server</refentrytitle>
97 <manvolnum>8</manvolnum>
98 </citerefentry>
99 </para>
100 </refsect1>
101 </refentry>