mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
core73: Add squid update to 3.3.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/rc.d/init.d/squid
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/proxylog.dat
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
srv/web/ipfire/html/redirect.cgi
|
||||
srv/web/ipfire/html/redirect-templates/
|
||||
var/ipfire/header.pl
|
||||
|
||||
1
config/rootfiles/core/73/filelists/squid
Symbolic link
1
config/rootfiles/core/73/filelists/squid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid
|
||||
@@ -35,19 +35,23 @@ done
|
||||
|
||||
#
|
||||
#Stop services
|
||||
/etc/init.d/squid stop
|
||||
|
||||
|
||||
#
|
||||
#Extract files
|
||||
extract_files
|
||||
|
||||
# Regenerate squid configuration files.
|
||||
/srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
|
||||
#
|
||||
#Start services
|
||||
/etc/init.d/squid start
|
||||
|
||||
#
|
||||
#Update Language cache
|
||||
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user