From ebd6c442976eaf73a38b1f9afd9830996e7a4744 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Wed, 26 Jan 2011 14:47:46 +0100 Subject: [PATCH] Add patch to fix path to FPDI --- debian/patches/fix-path-fpdi | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/fix-path-fpdi diff --git a/debian/patches/fix-path-fpdi b/debian/patches/fix-path-fpdi new file mode 100644 index 0000000..ce5c8d9 --- /dev/null +++ b/debian/patches/fix-path-fpdi @@ -0,0 +1,13 @@ +Index: pkg-pnp4nagios/share/pnp/application/controllers/pdf.php +=================================================================== +--- pkg-pnp4nagios.orig/share/pnp/application/controllers/pdf.php 2011-01-26 14:46:34.895054016 +0100 ++++ pkg-pnp4nagios/share/pnp/application/controllers/pdf.php 2011-01-26 14:46:45.583054015 +0100 +@@ -267,7 +267,7 @@ + * + */ + require Kohana::find_file('vendor/fpdf', 'fpdf'); +-require Kohana::find_file('vendor/fpdf', 'fpdi'); ++require Kohana::find_file('vendor/fpdi', 'fpdi'); + class PDF extends FPDI { + //Page header + function Header() { diff --git a/debian/patches/series b/debian/patches/series index 7cb3847..8214a08 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-path-fpdi apache-fix-path-to-userfile raise-process-perfdata-timeout fix-npcd-path -- 2.30.2