Further to the Cherokee problem - there is another.
Below quote snipped from my long history of the missing python.

On Thu, 18 Mar 2010 10:31:53 +1100, Rod Whitworth wrote:

>If you want to run cherokee on boot, add these lines to /etc/rc.local:
>
>if [ X"${cherokee_flags}" != X"NO" ]; then
>        echo -n ' cherokee'
>        /usr/local/sbin/cherokee ${cherokee_flags} 1> /dev/null
>fi
>
>for admin management:
>
>if [ X"${cherokee-admin_flags}" != X"NO" ]; then
>        echo -n ' cherokee-admin'
>        /usr/local/sbin/cherokee-admin ${cherokee-admin_flags} 1>
>/dev/null &
>fi
>
>and in /etc/rc.conf.local:
>
>cherokee_flags="-d"     # use -d to run in daemon mode
>cherokee-admin_flags=NO # use -b if you want listen on ALL interfaces
>

That won't do at all. You can't use cherokee-admin_flags as a name for
that variable.
You will get "/etc/rc: /etc/rc.conf.local[3]: cherokee-admin_flags=-u
-b: not found"

cherokee_admin_flags works just fine.

Aren't there many users of cherokee who follow the instructions
literally?


Any better suggestion?

R/

*** NOTE *** Please DO NOT CC me. I <am> subscribed to the list.
Mail to the sender address that does not originate at the list server is 
tarpitted. The reply-to: address is provided for those who feel compelled to 
reply off list. Thankyou.

Rod/
---
This life is not the real thing.
It is not even in Beta.
If it was, then OpenBSD would already have a man page for it.


Reply via email to