11 if [ -f /Library
/Polipo
/bin
/polipo
]; then
12 if pid
=$
(GetPID polipo
); then
14 else if [ "${POLIPO:=-NO-}" = "-YES-" ]; then
15 ConsoleMessage
"Starting Polipo"
16 /Library
/Polipo
/bin
/polipo
-c /Library
/Polipo
/www
/config
24 if pid
=$
(GetPID polipo
); then
25 ConsoleMessage
"Stopping Polipo"
28 ConsoleMessage
"Polipo not responding."
29 # Just for sanity (sometimes necessary.)
30 killall tor
2>/dev
/null