Bug#467356: memcached init script should honor default file for enable/disable

2008-02-24 Thread Mark Ferlatte
Package: memcached Version: 1.2.2 Tags: patch memcached should be able to be installed, but not enabled by default. The enclosed patch modifies /etc/init.d/memcached to read /etc/default/ memcached and not startup unless ENABLE_MEMCACHED is yes. diff -uNrb -x CVS -x '*~' -x '*.o' memcached-

Bug#444345: /etc/init.d/squid doesn't correctly honor SQUID_MAXFD setting

2007-09-27 Thread Mark Ferlatte
Package: squid Version: 2.6.12-1 Tags: patch In the function maxfds(), the init script appears to slam SQUID_MAXFD to 4096 regardless of how many file descriptors squid can actually use. I believe that the init script should not try to cap the SQUID_MAXFDS value anymore, since the squid bi

Bug#308514: curl should use the system-wide CA certificate file instead of it's own.

2005-05-10 Thread Mark Ferlatte
Package: curl Severity: normal curl ships with its own CA certificate file in /usr/share/curl/curl-ca-bundle.crt. Debian provides a system-side CA bundle in /etc/ssl/certs/ca-certificates.crt, as provided by the ca-certificates package. I believe that curl should use the system-wide bundle inst

Bug#182286: The calamaris cronjob spams if there are empty squid logs

2005-04-05 Thread Mark Ferlatte
Package: calamaris Version: 2.59 Tags: patch Here's a patch that appears to fix this bug. It's affect me, also, with version 2.59. M diff -uNrb -x CVS -x '*~' -x '*.o' calamaris-2.59.orig/calamaris-cron-script calamaris-2.59/calamaris-cron-script --- calamaris-2.59.orig/calamaris-cron-script

Bug#289958: rpc.statd should use a fixed port

2005-01-11 Thread Mark Ferlatte
Package: nfs-common Version: 1.0.6-3.1 I recently have rpc.statd take over rsyncd's port, which caused rsyncd to not start. I think that rpc.statd should be assigned a port that doesn't conflict with anything else and that it should just use that, at least on Debian. There's no reason for it to p