diff options
author | Oleg A. Deordiev <admin@ifconfig.com.ua> | 2014-04-18 09:29:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:42 +0700 |
commit | c26b971d080371f47752bd706c9cfc317b34affd (patch) | |
tree | c0ce708a86ecaae867435fe99857ade505a830b3 /network/rejik/fixconf.patch | |
parent | 6234dabd2741a19fb07e72f04c32e4c9e884e1a8 (diff) |
network/rejik: Added (squid redirector).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rejik/fixconf.patch')
-rw-r--r-- | network/rejik/fixconf.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/network/rejik/fixconf.patch b/network/rejik/fixconf.patch new file mode 100644 index 000000000000..6ba87508de68 --- /dev/null +++ b/network/rejik/fixconf.patch @@ -0,0 +1,47 @@ +--- redirector.conf.dist- 2014-04-13 16:18:26.105058254 +0300 ++++ redirector.conf.dist 2014-04-13 16:21:55.893896100 +0300 +@@ -14,7 +14,7 @@ + # change_log filename # Log file of change contest. + # # Comment for turn off + # +-# make-cache /usr/local/rejik3/make-cache # path to make-cache binary ++# make-cache /var/lib/rejik/make-cache # path to make-cache binary + # + # work_ip IP # Ip adress or network + # work_ip IP/MASK # or file with ip for +@@ -70,27 +70,26 @@ + # + ############################################################# + +-error_log /usr/local/rejik3/redirector.err +-change_log /usr/local/rejik3/redirector.log +-make-cache /usr/local/rejik3/make-cache +- +-#allow_urls /usr/local/rejik3/banlists/allow_urls ++error_log /var/log/squid/rejik/redirector.err ++change_log /var/log/squid/rejik/redirector.log ++make-cache /var/lib/rejik/make-cache ++#allow_urls /var/lib/rejik/banlists/allow_urls + #write_hostname_to_log on + + <BANNER> +-ban_dir /usr/local/rejik3/banlists/banners ++ban_dir /var/lib/rejik/banlists/banners + url http://127.0.0.1/ban/1x1.gif + #log off + + <PORNO> +-ban_dir /usr/local/rejik3/banlists/porno ++ban_dir /var/lib/rejik/banlists/porno + url http://127.0.0.1/ban/porno.html + + <MP3> +-ban_dir /usr/local/rejik3/banlists/mp3 ++ban_dir /var/lib/rejik/banlists/mp3 + url http://127.0.0.1/ban/mp3.html + + <JS> +-ban_dir /usr/local/rejik3/banlists/js ++ban_dir /var/lib/rejik/banlists/js + url http://127.0.0.1/ban/js.js + #log off |