From 43a21e122a25cc4e6e557cf7f7a5a267f5cbebba Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 14 May 2011 07:20:38 -0700 Subject: [PATCH] Update Install doc with absolute path name info Signed-off-by: Tom Eastep --- docs/Install.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/Install.xml b/docs/Install.xml index 09365b571..3929a5601 100644 --- a/docs/Install.xml +++ b/docs/Install.xml @@ -230,6 +230,10 @@ /usr/${LIBEXEC}/shorewall*. The default value of LIBEXEC is 'share'. LIBEXEC is recognized by all installers and uninstallers. + + Beginning with Shorewall 4.4.20, you can specify an absolute + path name for LIBEXEC, in which case the listed executables will + be installed in ${LIBEXEC}/shorewall*. @@ -237,12 +241,16 @@ PERLLIB - Determines where in /usr the Shorewall - perl modules are installed. Shorewall and Shorewall6 must be + Determines where in /usr the Shorewall + Perl modules are installed. Shorewall and Shorewall6 must be installed with the same value of PERLLIB. The modules are installed in /usr/${PERLLIB}/Shorewall. The default value of PERLLIB is 'share/shorewall'. PERLLIB is only recognized by the Shorewall and Shorewall6 installers. + + Beginning with Shorewall 4.4.20, you can specify an absolute + path name for PERLLIB, in which case the Shorewall Perl modules + will be installed in ${PERLLIB}/Shorewall/.