<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br>&nbsp;does anyone know why these changes to /Library/StartupItems/Tor/Tor<br>should break it?<br>Polipo is started, but Tor isn't : "sh /Library/StartupItems/Tor/Tor start" shows as a sleeping process.<br><br>StartService ()<br>{<br><br>&nbsp;&nbsp;&nbsp; if [ -f $TORCMD ]; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if pid=$(GetPID Tor); then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ConsoleMessage "Starting Tor Service"<br># Tentative<br># Start Polipo<br>/Applications/Vidalia.app/Contents/MacOS/polipo -c /Applications/Vidalia.app/Contents/Resources/polipo.conf<br># Making sure it is not running (I know it is not a best approarch)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; killall tor 2&gt;/dev/null<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/tor --user tor --hush -f /Users/tor/torrelay DataDirectory /Users/tor/tor&nbsp; ControlPort 9051 HashedControlPassword 16:&lt;xxx&gt; CookieAuthentication 0 RunAsDaemon 1<br>&nbsp;&nbsp;&nbsp; fi<br>&nbsp;&nbsp;&nbsp; fi<br>}<br><br>I haven't changed the config file and I can still start Tor by su-ing to the tor user.<br><br>GD<br>                                               <br /><hr />Hotmail: Powerful Free email with security by Microsoft. <a href='http://clk.atdmt.com/GBL/go/201469230/direct/01/' target='_new'>Get it now.</a></body>
</html>