![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
|
Thread Tools | Display Modes |
|
|||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make polipo proxy transparent? | Skinny | OpenBSD Packages and Ports | 6 | 5th December 2012 02:25 AM |
| D Bus error while starting gnome | jewsofeast | OpenBSD Packages and Ports | 2 | 21st November 2010 04: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 |