Fixed a bug in updatescripts: It did delete the compiled start-stop-daemon but not recompile it. So after updating to v18 you will have to recompile it once manually:
If you don't have make installed:
Afterwards that should no longer be necessary when updating the scripts. Sorry about that
Regards,
Chris
Code:
cd /usr/local/lib/7dtd/start-stop-daemon
make
make install
Code:
cd /usr/local/lib/7dtd/start-stop-daemon
gcc -Wall -Wextra -Wno-return-type -o start-stop-daemon start-stop-daemon.c
chown root.root start-stop-daemon
chmod 0755 start-stop-daemon

Regards,
Chris