Code

fix location of form_handler.php
authorwaja <waja@98d490a6-b407-0410-aaaa-fdee166ba3f5>
Wed, 12 Aug 2009 10:56:41 +0000 (10:56 +0000)
committerwaja <waja@98d490a6-b407-0410-aaaa-fdee166ba3f5>
Wed, 12 Aug 2009 10:56:41 +0000 (10:56 +0000)
git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1691 98d490a6-b407-0410-aaaa-fdee166ba3f5

debian/changelog
debian/patches/pathnames.dpatch

index 5fc401e8fd9a1190d69e80116eaae7cc26d67d07..cdd93544dc070f9b6674921a76f0d802210ffc80 100644 (file)
@@ -1,5 +1,13 @@
+nagvis (1:1.3.1-3) unstable; urgency=low
+
+  * adjust pathnames.dpatch to form_handler.php from correct location, thanks
+    Andreas Steinel (Closes: #522296)
+  * add myself to Uploaders
+
+ -- Jan Wagner <waja@cyconet.org>  Wed, 12 Aug 2009 12:49:27 +0200
+
 nagvis (1:1.3.1-2) unstable; urgency=low
-  
+
   * Added --debconf-ok to debian/post{inst,rm} (Closes: 522172)
   * Copy wui/includes/functions to the right directory (Closes: 522296)
 
@@ -19,7 +27,7 @@ nagvis (1:1.2.2-5) unstable; urgency=low
   * debian/rules:
     + used install instead of mkdir or cp
   * debian/postinst:
-    + added nagvis apache.conf symlink in /etc/apache2/conf.d 
+    + added nagvis apache.conf symlink in /etc/apache2/conf.d
   debian/control:
     + added libapache2-mod-php5 to Depends
   * override lintian warning package-contains-empty-directory
index 1b6e98ece44c6354d4e797dae4dfca8cdadbaf9b..372913cce8b2ca0494025444c2e7fcfc0f14d283 100755 (executable)
@@ -371,7 +371,7 @@ diff -urNad nagvis-1.3.1~/wui/form_handler.php nagvis-1.3.1/wui/form_handler.php
  
  // Include needed WUI specific functions
 -require('./includes/functions/form_handler.php');
-+require('/usr/share/nagvis/wui/includes/functions/form_handler.php');
++require('/usr/share/nagvis/htdocs/wui/includes/form_handler.php');
  
  // Include needed global classes
 -require('../nagvis/includes/classes/GlobalLanguage.php');