Package: sendfile Version: 2.1b.20080616-5.2 Severity: normal Dear Maintainer,
sendwhile, while alternatively depending on xinet, does not provide a
proper xinetd.d configuration sniplet, rendering the sendfile daemon
unusable on systems with xinetd.
The attached sniplet below seems to do the trick. Open task is to call
"invoke-rc.d xinetd reload" in an appropriate way in postinst. I did
not provide a patch for that since I'd first rewrite postinst from
scratch, also using update-inetd.
Christoph
---------------------------------------
# default: on
# description: sendfile server
#
service sendfile
{
socket_type = stream
wait = no
type = unlisted
protocol = tcp
#bind = ADDRESS
port = 587
cps = 10 2
user = root
server = /usr/sbin/sendfiled
nice = 0
disable = no
}
---------------------------------------
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 3.10.37 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sendfile depends on:
ii libc6 2.18-5
ii libdpkg-perl 1.17.9
ii libreadline6 6.3-6
ii perl [perl5] 5.18.2-2+b1
ii update-inetd 4.43
ii xinetd [inet-superserver] 1:2.3.15-3
sendfile recommends no packages.
Versions of packages sendfile suggests:
pn pgp-i <none>
-- Configuration Files:
/etc/sendfile.cf changed [not included]
-- no debconf information
signature.asc
Description: Digital signature

