DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 22nd January 2013
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default starting tor + polipo?

Sorry if I have to ask this here as I still have a restricted account.
I hope someone will help me figure out the difference between case1 and case2 and which is more correct :
1- Autostart tor+polipo by putting a line in /etc/rc.conf.local that reads : pkg_scripts="tor polipo"

2- Autostart the pair by putting lines in /etc/rc.local :

#Start tor
if [ -x /usr/local/bin/tor ]; then
echo -n ' tor'
/usr/local/bin/tor
fi

#Start Polipo
if [ -x /usr/local/bin/polipo ]; then
echo -n ' polipo'
/usr/local/bin/polipo
fi
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make polipo proxy transparent? Skinny OpenBSD Packages and Ports 6 5th December 2012 03:25 AM
D Bus error while starting gnome jewsofeast OpenBSD Packages and Ports 2 21st November 2010 05:37 AM
vsftpd not starting map7 FreeBSD Ports and Packages 1 10th June 2010 09:51 AM
Samba NOT STARTING pcfxer FreeBSD General 11 13th May 2008 09:29 AM


All times are GMT. The time now is 11:18 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick