[packages] privoxy: move privoxy startup to later in boot process
When using privoxy as a transparent HTTP proxy a race condition occurs
where privoxy may attempt to startup and start listening on the LAN
interface before the network configuration is completed. As a result
privoxy fails to start up because it can't bind to the correct listening
address. This patch changes the init.d script to be a little bit later
in the boot process.
Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
SVN-Revision: 32759