[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#57427: postinst wrong



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


Reply to: