Codebase list squidview / debian/0.64-3
Imported Debian patch 0.64-3 Willi Mann 11 years ago
3 changed file(s) with 14 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 squidview (0.64-3) unstable; urgency=low
1
2 * Depend on less.
3 * This release should make it into unstable (closes #233280)
4 * Add info about homepage to Description.
5
6 -- Willi Mann <willi@wm1.at> Fri, 20 Feb 2004 14:51:53 +0100
7
08 squidview (0.64-2) unstable; urgency=low
19
210 * Bring some sanity to the terminal corruption patch using
816
917 -- Willi Mann <willi@wm1.at> Thu, 19 Feb 2004 22:07:49 +0100
1018
11 squidview (0.64-1) UNRELEASED; urgency=low
19 squidview (0.64-1) unstable; urgency=low
1220
1321 * New upstream release.
14 * This release is intended to go into unstable. (Closes #233280)
1522 * Fix some terminal corruption.
1623
1724 -- Willi Mann <willi@wm1.at> Wed, 18 Feb 2004 11:36:12 +0100
66
77 Package: squidview
88 Architecture: any
9 Depends: ${shlibs:Depends}
9 Depends: ${shlibs:Depends}, less
1010 Description: monitors and analyzes your squid's - access.log
1111 squidview is a ncurses-based application which allows you to view
1212 and monitor your squid's access.log in a very comfortable way.
1313 Additionally you can create reports and statistics.
14 .
15 Homepage: http://www.rillion.net/squidview/
32513251 if (bGood)
32523252 {
32533253 sRepFilter = sDest;
3254 con << "\n\nReport " + sDest + " made: view?";
3254 //Debian-Note: Added (y/n) to be more intuitive
3255 con << "\n\nReport " + sDest + " made: view? (y/n)";
32553256 if (getch() == 'y')
32563257 {
32573258 sTemp = sViewer + " " + sPathToFiles + "/" + sDest;