Hi, Can anyone else on this list confirm this? I have noticed that the Kannel init script (Debian Etch, Kannel 1.4.1) does not stop bearerbox completely when called. After calling 'start-stop-daemon --stop --retry 5 --pidfile $PIDFILES/kannel_bearerbox.pid --exec $BOXPATH/run_kannel_box' , a bearerbox process remains which must be killed manually or by adding a line similar to the one below to the init script:
# Wait for bearerbox to finish start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $BOXPATH/bearerbox -- Kind regards Jason Mule
