Apply tree change on Perl install.

This commit is contained in:
Darold 2012-12-02 21:49:32 +01:00
parent fc601db1c9
commit c8fff39da0
2 changed files with 20 additions and 16 deletions

View File

@ -1,22 +1,26 @@
Changes
ChangeLog
MANIFEST
Makefile.PL
README
INSTALL
SquidAnalyzer.pm
excluded
network-aliases
squid-analyzer
squidanalyzer.conf
user-aliases
etc/excluded
etc/network-aliases
etc/squidanalyzer.conf
etc/user-aliases
resources/back-arrow.png
resources/cursor.png
resources/domain.png
resources/flotr2.js
resources/info.png
resources/logo-squidanalyzer.png
resources/network.png
resources/sorttable.js
resources/squidanalyzer.css
resources/user.png
lang/de_DE.txt
lang/en_US.txt
lang/fr_FR.txt
lang/pt_BR.txt
lang/en_US_footer.txt
lang/fr_FR_footer.txt
lang/pt_BR_footer.txt
lang/en_US_header.txt
lang/fr_FR_header.txt
lang/pt_BR_header.txt
sorttable.js
META.yml Module meta-data (added by MakeMaker)

View File

@ -121,10 +121,10 @@ close(INST);
`chmod 755 install_all.sh`;
# Change path into the default configuration file
`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' squidanalyzer.conf squid-analyzer`;
`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' squidanalyzer.conf`;
`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' squidanalyzer.conf`;
`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' squidanalyzer.conf`;
`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' etc/squidanalyzer.conf squid-analyzer`;
`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' etc/squidanalyzer.conf`;
`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' etc/squidanalyzer.conf`;
`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' etc/squidanalyzer.conf`;
my $zcat = `which zcat`;
chomp($zcat);
`perl -p -i -e 's#^\\\$ZCAT_PROG.*#\\\$ZCAT_PROG = "$zcat";#' SquidAnalyzer.pm`;