forked from extern/shorewall_code
Clarify DESTDIR
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
50bbf9499a
commit
6921270c77
@ -693,6 +693,12 @@
|
|||||||
a product for Debian into the /tmp/package directory:</para>
|
a product for Debian into the /tmp/package directory:</para>
|
||||||
|
|
||||||
<programlisting>DESTDIR=/tmp/package ./install.sh shorewallrc.debian</programlisting>
|
<programlisting>DESTDIR=/tmp/package ./install.sh shorewallrc.debian</programlisting>
|
||||||
|
|
||||||
|
<para>When DESTDIR is specified, the installers treat $DESTDIR as the
|
||||||
|
root of the filesystem tree. In other words, the created installation
|
||||||
|
is only runnable if one chroots to $DESTDIR. Please note that the
|
||||||
|
uninstall.sh scripts cannot uninstall a configuration installed with
|
||||||
|
non-empty DESTDIR. </para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -731,7 +737,7 @@
|
|||||||
<para>The above shorewallrc creates a runnable configuration in
|
<para>The above shorewallrc creates a runnable configuration in
|
||||||
/usr/local/shorewall-custom. It is triggered by adding SANDBOX to the
|
/usr/local/shorewall-custom. It is triggered by adding SANDBOX to the
|
||||||
shorewallrc file -- any non-empty value for that variable will prevent
|
shorewallrc file -- any non-empty value for that variable will prevent
|
||||||
the installer from replacing the current main configuraiton. </para>
|
the installer from replacing the current main configuraiton.</para>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user