Hello, I mailed this to the port's mantainer, but received no response, so I send it here.
HTH. Ciao, D. ---------- Forwarded message ---------- From: Daniele Pilenga <[EMAIL PROTECTED]> Date: Fri, Nov 7, 2008 at 11:11 AM Subject: Little correction for cherokee port To: [EMAIL PROTECTED] Hi, I was installing the port and have seen a little error in the post-install message, this patch will fix it: --- www/cherokee/pkg/MESSAGE-main.orig Fri Nov 7 11:07:50 2008 +++ www/cherokee/pkg/MESSAGE-main Fri Nov 7 11:08:29 2008 @@ -11,12 +11,12 @@ for admin management: -if [ X"${cherokee-admin_flags}" != X"NO" ]; then +if [ X"${cherokee_admin_flags}" != X"NO" ]; then echo -n ' cherokee-admin' - ${PREFIX}/sbin/cherokee-admin ${cherokee-admin_flags} 1> /dev/null & + ${PREFIX}/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 -cheroke_admin_flags=NO # use -b if you want listen on ALL interfaces +cherokee_admin_flags=NO # use -b if you want listen on ALL interfaces HTH, D.