SOURCES: mysqltuner.patch (NEW) - disable diagnostics module dep - avoid de...

glen glen at pld-linux.org
Wed Nov 26 23:31:06 CET 2008


Author: glen                         Date: Wed Nov 26 22:31:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable diagnostics module dep
- avoid dep on which(1)

---- Files affected:
SOURCES:
   mysqltuner.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mysqltuner.patch
diff -u /dev/null SOURCES/mysqltuner.patch:1.1
--- /dev/null	Wed Nov 26 23:31:07 2008
+++ SOURCES/mysqltuner.patch	Wed Nov 26 23:31:01 2008
@@ -0,0 +1,19 @@
+--- ./mysqltuner	2008-11-27 00:28:03.594608254 +0200
++++ ./mysqltuner	2008-11-27 00:27:41.121275469 +0200
+@@ -34,7 +34,6 @@
+ #
+ use strict;
+ use warnings;
+-use diagnostics;
+ use Getopt::Long;
+ 
+ # Set up a few variables for use in the script
+@@ -230,7 +229,7 @@
+ sub mysql_setup {
+ 	$doremote = 0;
+ 	$remotestring = '';
+-	my $command = `which mysqladmin`;
++	my $command = `[ -x /usr/bin/mysqladmin ] && echo /usr/bin/mysqladmin`;
+ 	chomp($command);
+ 	if (! -e $command) {
+ 		badprint "Unable to find mysqladmin in your \$PATH.  Is MySQL installed?\n";
================================================================


More information about the pld-cvs-commit mailing list