How do I remove the template to stop the message or adjust some file to remove the message.
1. Find it.
2. Delete it.
grep faxgetty /etc/e-smith/templates-custom/etc/inittab/*
Or simply:
mkdir /etc/e-smith/templates-custom.save
mv /etc/e-smith/templates-custom/* /etc/e-smith/templates-custom.save
signal-event post-upgrade
signal-event reboot
That will remove all custom templates.