[tor-bugs] #13741 [Tor]: do not (re-load) torrc if DisableDebuggerAttachment was changed
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Mon Feb  9 08:43:13 UTC 2015
    
    
  
#13741: do not (re-load) torrc if DisableDebuggerAttachment was changed
-----------------------------+---------------------------
     Reporter:  toralf       |      Owner:
         Type:  enhancement  |     Status:  closed
     Priority:  normal       |  Milestone:
    Component:  Tor          |    Version:  Tor: 0.2.5.10
   Resolution:  not a bug    |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+---------------------------
Comment (by toralf):
 ok, so a change in Gentoo's init script like this :
 {{{
 -       start-stop-daemon --signal HUP --pidfile ${PIDFILE}
 +       /etc/init.d/tor --verify-config
 +       if [[ $? -eq 0 ]]; then
 +               start-stop-daemon --signal HUP --pidfile ${PIDFILE}
 +       else
 +               eerror "config is wrong, can't reload Tor !"
 +       fi
 }}}
 would help ?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13741#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list