Package: gearman-job-server Version: 0.13-1 Severity: normal Tags: patch The attach patch changes the default parameters sent to gearmand and makes it only listen on the localhost interface.
You may not want to change the default (though I think a good case can be made for being secure by default), but I think that this line should at least be present in /etc/default/gearman-job-server as a comment. Also, there's a small copy/paste error as it refers to dbus instead of gearmand :) Cheers, Francois
diff --git a/debian/gearman-job-server.default b/debian/gearman-job-server.default index 414c8c5..35c9fc2 100644 --- a/debian/gearman-job-server.default +++ b/debian/gearman-job-server.default @@ -15,5 +15,5 @@ # # Missing examples for memcache persitent queue store... -# Parameters to pass to dbus. -PARAMS="" +# Parameters to pass to gearmand. +PARAMS="--listen=127.0.0.1"

