Description: Upstream changes introduced in version 1.8-1
This patch has been created by dpkg-source during the package build.
Here's the last changelog entry, hopefully it gives details on why
those changes were made:
.
lightsquid (1.8-1) unstable; urgency=low
.
* Initial release (Closes: #509145)
.
The person named in the Author field signed this changelog entry.
Author: TANIGUCHI Takaki <takaki@debian.org>
Bug-Debian: http://bugs.debian.org/509145
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- lightsquid-1.8.orig/lightsquid.cfg
+++ lightsquid-1.8/lightsquid.cfg
@@ -12,17 +12,17 @@
# -------------------- GLOBAL VARIABLES ---------------------------
#path to additional `cfg` files
-$cfgpath ="/var/www/html/lightsquid";
+$cfgpath ="/etc/lightsquid";
#path to `tpl` folder
-$tplpath ="/var/www/html/lightsquid/tpl";
+$tplpath ="/usr/share/lightsquid/tpl";
#path to `lang` folder
-$langpath ="/var/www/html/lightsquid/lang";
+$langpath ="/usr/share/lightsquid/lang";
#path to `report` folder
-$reportpath ="/var/www/html/lightsquid/report";
+$reportpath ="/var/lib/lightsquid/report";
#path to access.log
-$logpath ="/var/log/squid";
+$logpath ="/var/log/squid3";
#path to `ip2name` folder
-$ip2namepath ="/var/www/html/lightsquid/ip2name";
+$ip2namepath ="/usr/share/lightsquid/ip2name";
#path to `lockfile` ;-)
$lockpath =$reportpath;