mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
Apply tree change on Perl install.
This commit is contained in:
parent
fc601db1c9
commit
c8fff39da0
28
MANIFEST
28
MANIFEST
@ -1,22 +1,26 @@
|
|||||||
Changes
|
ChangeLog
|
||||||
MANIFEST
|
MANIFEST
|
||||||
Makefile.PL
|
Makefile.PL
|
||||||
README
|
README
|
||||||
INSTALL
|
INSTALL
|
||||||
SquidAnalyzer.pm
|
SquidAnalyzer.pm
|
||||||
excluded
|
|
||||||
network-aliases
|
|
||||||
squid-analyzer
|
squid-analyzer
|
||||||
squidanalyzer.conf
|
etc/excluded
|
||||||
user-aliases
|
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/en_US.txt
|
||||||
lang/fr_FR.txt
|
lang/fr_FR.txt
|
||||||
lang/pt_BR.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)
|
META.yml Module meta-data (added by MakeMaker)
|
||||||
|
@ -121,10 +121,10 @@ close(INST);
|
|||||||
`chmod 755 install_all.sh`;
|
`chmod 755 install_all.sh`;
|
||||||
|
|
||||||
# Change path into the default configuration file
|
# Change path into the default configuration file
|
||||||
`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' squidanalyzer.conf squid-analyzer`;
|
`perl -p -i -e 's#/etc/squidanalyzer#$CONFDIR#' etc/squidanalyzer.conf squid-analyzer`;
|
||||||
`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' squidanalyzer.conf`;
|
`perl -p -i -e 's#^Output.*#Output $HTMLDIR#' etc/squidanalyzer.conf`;
|
||||||
`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' squidanalyzer.conf`;
|
`perl -p -i -e 's#^LogFile.*#LogFile $LOGFILE#' etc/squidanalyzer.conf`;
|
||||||
`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' squidanalyzer.conf`;
|
`perl -p -i -e 's#^WebUrl.*#WebUrl $BASEURL#' etc/squidanalyzer.conf`;
|
||||||
my $zcat = `which zcat`;
|
my $zcat = `which zcat`;
|
||||||
chomp($zcat);
|
chomp($zcat);
|
||||||
`perl -p -i -e 's#^\\\$ZCAT_PROG.*#\\\$ZCAT_PROG = "$zcat";#' SquidAnalyzer.pm`;
|
`perl -p -i -e 's#^\\\$ZCAT_PROG.*#\\\$ZCAT_PROG = "$zcat";#' SquidAnalyzer.pm`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user