Package: zaptel Version: 1.4.5~dfsg-1 I re-built the zaptel-1.4.5~dfsg-1 from the Debian Unstable repository, installed the .deb packages generated on my Debian GNU/Linux Etch and working fine. But I just found out that the initscript is point to a wrong path for the fxotune tool.
# grep fxotune /etc/*/* /etc/init.d/zaptel:FXOTUNE=/usr/sbin/fxotune /etc/init.d/zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc0.d/K30zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc0.d/K30zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc1.d/K30zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc1.d/K30zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc2.d/S15zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc2.d/S15zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc3.d/S15zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc3.d/S15zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc4.d/S15zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc4.d/S15zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc5.d/S15zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc5.d/S15zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then /etc/rc6.d/K30zaptel:FXOTUNE=/usr/sbin/fxotune /etc/rc6.d/K30zaptel: if [ -r /etc/fxotune.conf ] && [ -x $FXOTUNE ]; then # which fxotune /sbin/fxotune # dpkg -L zaptel | grep fxotune /usr/share/man/man8/fxotune.8.gz /usr/share/doc/zaptel/README.fxotune /sbin/fxotune # dpkg -l | grep zaptel ii zaptel 1.4.5~dfsg-1 zapata telephony utilities ii zaptel-modules-2.6.18-5-686 1.4.5~dfsg-1+2.6.18.dfsg.1-13etch1 zaptel modules for Linux (kernel 2.6.18-5-68 # uname -r 2.6.18-5-686 # cat /etc/debian_version 4.0 I suggest that the path for the fxotune tool in the initscript should be /sbin/fxotune only, removing the /usr prefix. Thank you. GNUbie

