On Jan 30, Raul Miller <moth@debian.org> wrote:
It's true, postinst starts innd everytime, but I can't understand what
is wrong in this code:
echo -n "Do you want me to start INN now? (y/N) "
read a
case "$a" in
[yYsS]*)
/etc/init.d/inn start
;;
esac
--
ciao,
Marco