Index: trunk/debs/squid/debian/changelog |
— | — | @@ -1,3 +1,9 @@ |
| 2 | +squid (2.6.4-1wm4) unstable; urgency=low |
| 3 | + |
| 4 | + * Fix bug in initscript COSS preparation |
| 5 | + |
| 6 | + -- Mark Bergsma <mark@wikimedia.org> Tue, 10 Oct 2006 23:08:33 +0000 |
| 7 | + |
2 | 8 | squid (2.6.4-1wm3) unstable; urgency=low |
3 | 9 | |
4 | 10 | * Don't install /etc/squid/squid.conf |
Index: trunk/debs/squid/debian/squid.rc |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | prepare_coss() { |
66 | 66 | COSS_FILES=`sed -e 's/#.*//g' /etc/squid/squid.conf | \ |
67 | 67 | egrep "cache_dir[[:space:]]+coss" | awk '{ print $3 }'` |
68 | | - for cossfile in "$COSS_FILES" |
| 68 | + for cossfile in $COSS_FILES |
69 | 69 | do |
70 | 70 | log_warning_msg "Preparing COSS file $cossfile..." |
71 | 71 | cosssize=`sed -e 's/#.*//g' /etc/squid/squid.conf | \ |