mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
core73: Add squid update to 3.3.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
etc/system-release
|
etc/system-release
|
||||||
etc/issue
|
etc/issue
|
||||||
|
etc/rc.d/init.d/squid
|
||||||
srv/web/ipfire/cgi-bin/logs.cgi/proxylog.dat
|
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.cgi
|
||||||
srv/web/ipfire/html/redirect-templates/
|
srv/web/ipfire/html/redirect-templates/
|
||||||
var/ipfire/header.pl
|
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
|
#Stop services
|
||||||
|
/etc/init.d/squid stop
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#Extract files
|
#Extract files
|
||||||
extract_files
|
extract_files
|
||||||
|
|
||||||
|
# Regenerate squid configuration files.
|
||||||
|
/srv/web/ipfire/cgi-bin/proxy.cgi
|
||||||
|
|
||||||
#
|
#
|
||||||
#Start services
|
#Start services
|
||||||
|
/etc/init.d/squid start
|
||||||
|
|
||||||
#
|
#
|
||||||
#Update Language cache
|
#Update Language cache
|
||||||
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||||
|
|
||||||
sync
|
sync
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user