mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-24 06:29:03 +01:00
Describe required quoting in shorewall[6].conf
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1236cccc6a
commit
5ad0088ce7
@ -27,7 +27,10 @@
|
|||||||
|
|
||||||
<para>The file consists of Shell comments (lines beginning with '#'),
|
<para>The file consists of Shell comments (lines beginning with '#'),
|
||||||
blank lines and assignment statements
|
blank lines and assignment statements
|
||||||
(<emphasis>variable</emphasis>=<emphasis>value</emphasis>).</para>
|
(<emphasis>variable</emphasis>=<emphasis>value</emphasis>). If the
|
||||||
|
<emphasis>value</emphasis> contains shell metacharacters or white-space,
|
||||||
|
then it must be enclosed in quotes. Example:
|
||||||
|
MACLIST_LOG_LEVEL="NFLOG(1,0,1)".</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@ -27,7 +27,10 @@
|
|||||||
|
|
||||||
<para>The file consists of Shell comments (lines beginning with '#'),
|
<para>The file consists of Shell comments (lines beginning with '#'),
|
||||||
blank lines and assignment statements
|
blank lines and assignment statements
|
||||||
(<emphasis>variable</emphasis>=<emphasis>value</emphasis>).</para>
|
(<emphasis>variable</emphasis>=<emphasis>value</emphasis>). If the
|
||||||
|
<emphasis>value</emphasis> contains shell metacharacters or white-space,
|
||||||
|
then it must be enclosed in quotes. Example:
|
||||||
|
MACLIST_LOG_LEVEL="NFLOG(1,0,1)".</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user