~ubuntu-branches/ubuntu/raring/ntop/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/dot-path.patch

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2012-06-27 00:24:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120627002442-9ljq6fhjqzx9qsu6
Tags: 3:4.99.3+ndpi5517+dfsg1-1
* Imported Upstream version 4.99.3 and nDPI r5517.
* get-orig-source.sh: incude nDPI in the orig tarball.
* No longer suggest ntop-graphs and update NEWS about that.
* Update copyright for the new jqPlot library.
* Refresh patches.
* Enable hardening flags.
* Add install-jqplot.patch to install jqPlot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Author: Ola Lundqvist <opal@debian.org>
3
3
Index: ntop/report.c
4
4
===================================================================
5
 
--- ntop.orig/report.c  2012-03-06 23:41:12.503731410 -0800
6
 
+++ ntop/report.c       2012-03-06 23:41:16.051759383 -0800
7
 
@@ -2274,7 +2274,7 @@
 
5
--- ntop.orig/report.c  2012-06-26 23:52:32.063048526 -0700
 
6
+++ ntop/report.c       2012-06-26 23:52:44.119182941 -0700
 
7
@@ -2272,7 +2272,7 @@
8
8
   if(fetchPrefsValue("dot.path", buf, sizeof(buf)) != -1) {
9
9
     snprintf(dotPath, sizeof(dotPath), "%s", buf);
10
10
   } else {