]> git.pld-linux.org Git - packages/bannerfilter.git/blame - bannerfilter-conf.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bannerfilter.git] / bannerfilter-conf.patch
CommitLineData
7956c985
SP
1--- bannerfilter-1.3/bannerfilter.conf 2004-05-31 18:47:28.000000000 +0000
2+++ bannerfilter-1.3.new/bannerfilter.conf 2004-06-05 07:08:29.014353920 +0000
3@@ -6,6 +6,7 @@
4 # Path to the directory containing the data files (if not specified,
5 # look in the same directory that redirector.pl is in):
6 ; DATA = /usr/local/squid/bannerfilter/
63820122 7+DATA = /etc/squid/bannerfilter
7956c985
SP
8
9 # URL of the directory containing the HTML and graphics files (this must
10 # be accessible to the machine running Squid; it does not need to be
ac5ab883
SP
11--- bannerfilter-1.3/update.sh 2004-05-31 21:52:25.000000000 +0000
12+++ bannerfilter-1.3.new/update.sh 2004-06-05 07:22:35.021741248 +0000
13@@ -114,5 +114,5 @@
14
15 # Send all instances of redirector.pl a signal to reload the data files
16 if [ $RELOAD == 1 ] && [ $CHANGED == 1 ]; then
17- killall -HUP redirector.pl
18+ killall -HUP redirector
19 fi
7956c985 20
This page took 0.083257 seconds and 4 git commands to generate.