[tor-bugs] #12468 [Tor bundles/installation]: TBB unconditionally logs all Firefox output to disk

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jul 15 07:49:06 UTC 2014


#12468: TBB unconditionally logs all Firefox output to disk
------------------------------------------+-------------------
     Reporter:  rransom                   |      Owner:  erinn
         Type:  defect                    |     Status:  new
     Priority:  blocker                   |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:
Actual Points:                            |  Parent ID:
       Points:                            |
------------------------------------------+-------------------

Comment (by cypherpunks):

 Why not then:
 {{{
 if [ "$debug" -ne 1 ]; then
   if [ "`tty`" = "not a tty" ]; then
     exec >/dev/null
     exec 2>/dev/null
   fi
 fi
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12468#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list