View Single Post
  #2   (View Single Post)  
Old 11th July 2012
Lexus45 Lexus45 is offline
Port Guard
 
Join Date: May 2010
Location: Kurgan, Russia
Posts: 39
Default

Quote:
Originally Posted by wesley View Post
On OpenBSD :
Add daemon at startup : /etc/rc.conf.local or /etc/rc.local
Let me correct you :) Never "or".
We should
Code:
cp /etc/rc.conf /etc/rc.conf.local
Then open /etc/rc.conf.local and remove two lines:
Code:
local_rcconf=”/etc/rc.conf.local”
and
Code:
[ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line
Then edit /etc/rc.conf.local only, according to your needs, forget about /etc/rc.conf .
Reply With Quote