On Sun, 13 Nov 2011 16:34:47 +0100 fRANz <[email protected]> wrote: > rc_scripts="squid"
Use pkg_scripts="squid" instead. > I already read FAQs about rc.d at http://openbsd.org/faq/faq10.html > but I don't know what's wrong. 10.3: The order for system daemons is coded into rc, and the order for add-in packages is managed by the pkg_scripts environment variable, which would be set in /etc/rc.conf.local Note that simply placing a script in this directory does not cause it to be run on boot; the name of the script must be specified the pkg_scripts variable to start on boot. kind regards, Robert

