0.1.0.17 questions

phobos at rootme.org phobos at rootme.org
Thu Feb 23 04:34:16 UTC 2006


On Wed, Feb 22, 2006 at 12:29:38PM -0600, richard at rhjensen.com wrote 1.1K bytes in 34 lines about:
: phobos at rootme.org wrote:
: This morning after noticing that tor was NOT running, I looked in the /etc/rc.d
: entries and compared them to those on an FC4 box where I have the 0.1.0.16 version

Line 222 of tor.spec.in will setup chkconfig --add tor for new
installations only.

The relevant code is below:
# If this is a new installation, use chkconfig to put tor in the
# default set of runlevels. If it's an upgrade, leave the existing
# configuration alone.
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add %{name}
fi

-- 
Andrew



More information about the tor-talk mailing list