summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2006-07-19 04:18:26 +0000
committerLance Albertson <ramereth@gentoo.org>2006-07-19 04:18:26 +0000
commit248a981ebce776abce2bf2a6357eb4a993aa0541 (patch)
tree6648eb303d99fe7e24a682809196faa5fc0abf74
parentversion bump from upstream (diff)
downloadgentoo-2-248a981ebce776abce2bf2a6357eb4a993aa0541.tar.gz
gentoo-2-248a981ebce776abce2bf2a6357eb4a993aa0541.tar.bz2
gentoo-2-248a981ebce776abce2bf2a6357eb4a993aa0541.zip
fix check_disk patch
(Portage version: 2.1-r1)
-rw-r--r--net-analyzer/nagios-plugins/ChangeLog7
-rw-r--r--net-analyzer/nagios-plugins/files/nagios-plugins-1.4.3-check_disk-fix.patch16
2 files changed, 6 insertions, 17 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog
index bd9dc37ccfc3..6e26b9ce1991 100644
--- a/net-analyzer/nagios-plugins/ChangeLog
+++ b/net-analyzer/nagios-plugins/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nagios-plugins
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.50 2006/07/18 16:30:34 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.51 2006/07/19 04:18:26 ramereth Exp $
+
+ 19 Jul 2006; Lance Albertson <ramereth@gentoo.org>
+ files/nagios-plugins-1.4.3-check_disk-fix.patch:
+ * Fix check_disk patch. Forgot to axe out the CVS Id tags from it, was making
+ things puke.
*nagios-plugins-1.4.3-r1 (18 Jul 2006)
diff --git a/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.3-check_disk-fix.patch b/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.3-check_disk-fix.patch
index b32a09a946f5..9bdc29a3c379 100644
--- a/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.3-check_disk-fix.patch
+++ b/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.3-check_disk-fix.patch
@@ -2,22 +2,6 @@ Source: <URL:http://nagiosplug.cvs.sourceforge.net/nagiosplug/nagiosplug/plugins
--- nagiosplug-old/plugins/check_disk.c 2006/03/27 08:19:01 1.64
+++ nagiosplug-new/plugins/check_disk.c 2006/05/02 08:30:21 1.65
-@@ -14,13 +14,13 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-- $Id: nagios-plugins-1.4.3-check_disk-fix.patch,v 1.1 2006/07/18 16:30:34 ramereth Exp $
-+ $Id: nagios-plugins-1.4.3-check_disk-fix.patch,v 1.1 2006/07/18 16:30:34 ramereth Exp $
-
- *****************************************************************************/
-
- const char *progname = "check_disk";
- const char *program_name = "check_disk"; /* Required for coreutils libs */
--const char *revision = "$Revision: 1.1 $";
-+const char *revision = "$Revision: 1.1 $";
- const char *copyright = "1999-2005";
- const char *email = "nagiosplug-devel@lists.sourceforge.net";
-
@@ -462,6 +462,8 @@
se->c_df = c_df;
se->w_dfp = w_dfp;