mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
squid-accounting: Rename to proxy-accounting - bug#12772
- Rename lfs, rootfile and paks directory - Change name in make.sh - Tested out in a vm system and worked Fixes: Bug#12772 Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
ab50bf41fe
commit
adb4174fa4
@@ -11,6 +11,6 @@ var/ipfire/addon-lang/acct.de.pl
|
||||
var/ipfire/addon-lang/acct.en.pl
|
||||
var/ipfire/addon-lang/acct.fr.pl
|
||||
var/ipfire/addon-lang/acct.tr.pl
|
||||
var/ipfire/backup/addons/includes/squid-accounting
|
||||
var/ipfire/backup/addons/includes/proxy-accounting
|
||||
var/ipfire/menu.d/EX-squid-accounting.menu
|
||||
var/log/accounting.log
|
||||
@@ -13,11 +13,11 @@ SUMMARY = SQUID Accounting IPFire extension
|
||||
|
||||
VER = 1.0.4
|
||||
|
||||
THISAPP = squid-accounting-$(VER)
|
||||
THISAPP = proxy-accounting-$(VER)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = squid-accounting
|
||||
PAK_VER = 13
|
||||
PROG = proxy-accounting
|
||||
PAK_VER = 14
|
||||
|
||||
DEPS = perl-File-ReadBackwards
|
||||
|
||||
@@ -65,7 +65,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
install -v -m 644 $(DIR_APP)/squid-accounting/EX-squid-accounting.menu /var/ipfire/menu.d/
|
||||
install -v -m 755 $(DIR_APP)/squid-accounting/dbinstall.pl /var/ipfire/accounting/
|
||||
install -v -m 644 $(DIR_APP)/squid-accounting/config/backup/includes/squid-accounting \
|
||||
/var/ipfire/backup/addons/includes/squid-accounting
|
||||
/var/ipfire/backup/addons/includes/proxy-accounting
|
||||
|
||||
#activate hourly logging of proxy logfile
|
||||
ln -sf /usr/local/bin/acct.pl /etc/fcron.hourly/squid-accounting
|
||||
2
make.sh
2
make.sh
@@ -1655,7 +1655,7 @@ buildipfire() {
|
||||
lfsmake2 perl-Font-TTF
|
||||
lfsmake2 perl-IO-String
|
||||
lfsmake2 perl-PDF-API2
|
||||
lfsmake2 squid-accounting
|
||||
lfsmake2 proxy-accounting
|
||||
lfsmake2 pigz
|
||||
lfsmake2 tmux
|
||||
lfsmake2 perl-Text-CSV_XS
|
||||
|
||||
Reference in New Issue
Block a user