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

Re: glibc 2.3.1-1 needs restarting network services



On Fri, 2002-10-18 at 13:38, GOTO Masanori wrote:

> Be careful that doing '/etc/init.d/inetd restart' has no meaning.

Hmmm, isn't that against policy 10.3.2:
    restart:
        stop and restart the service

And, indeed, from /etc/init.d/inetd:

  restart)
        echo -n "Restarting internet superserver:"
        echo -n " inetd"
        start-stop-daemon --stop --quiet --oknodo --pidfile
/var/run/inetd.pid
        checkportmap
        start-stop-daemon --start --quiet --pidfile /var/run/inetd.pid
--exec /usr/sbin/inetd
        echo "."
        ;;

Why is that different than doing stop and start by hand?

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: