]> git.pld-linux.org Git - packages/percona-toolkit.git/commitdiff
allow inheriting .my.cnf (do not force --host param)
authorElan Ruusamäe <glen@delfi.ee>
Wed, 30 Apr 2014 18:03:00 +0000 (21:03 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 30 Apr 2014 18:03:00 +0000 (21:03 +0300)
bug-1314696.patch [new file with mode: 0644]
percona-toolkit.spec

diff --git a/bug-1314696.patch b/bug-1314696.patch
new file mode 100644 (file)
index 0000000..9af4201
--- /dev/null
@@ -0,0 +1,15 @@
+--- /usr/bin/pt-kill~  2014-04-30 18:52:07.000000000 +0300
++++ /usr/bin/pt-kill   2014-04-30 18:53:38.424343889 +0300
+@@ -7484,12 +7488,6 @@
+ Show help and exit.
+-=item --host
+-
+-short form: -h; type: string; default: localhost
+-
+-Connect to host.
+-
+ =item --interval
+ type: time
index c915e22f5009034c3c13fff7b9fa26653b4c7323..0594da4beabd41ba7fa46fb8d9b2c1db01746a2c 100644 (file)
@@ -11,6 +11,7 @@ Source1:      %{name}.conf
 Source2:       %{name}.tmpfiles
 Source3:       pt-kill.init
 Patch0:                no-versioncheck.patch
+Patch1:                bug-1314696.patch
 URL:           http://www.percona.com/software/percona-toolkit/
 BuildRequires: perl-ExtUtils-MakeMaker
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -53,6 +54,7 @@ server administration.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p2
 
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -v
 
This page took 0.099655 seconds and 4 git commands to generate.