File: gearman-server_rename.patch

package info (click to toggle)
libgearman-client-perl 2.004.015-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: perl: 1,938; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Gearman server_rename
Bug-Debian: https://bugs.debian.org/1076226
Forwarded: not-needed
Origin: vendor
Last-Update: 2025-09-19
--- libgearman-client-perl.orig/t/Server.pm
+++ libgearman-client-perl/t/Server.pm
@@ -30,7 +30,7 @@
         $self->{_servers} = [split ',', $ENV{GEARMAND_ADDR}];
     }
     else {
-        my $daemon = "gearmand";
+        my $daemon = "gearmand-perl";
         my $bin = $ENV{GEARMAND_PATH} || File::Which::which($daemon);
 
         unless ($bin) {