On Fri, Dec 23, 2011 at 12:11 AM, Doug Barton <do...@freebsd.org> wrote: > Did you read the pre-commit checklist? Particularly item 7?
"If the script uses an interpreted language like perl, python, or ruby, make certain that command_interpreter is set appropriately." Each rc script includes: 'command_interpreter="%%PYTHON_CMD%%"' as suggested earlier. I looked at another port (security/denyhosts) and noticed it used "%%PYTHON%%" vs "%%PYTHON_CMD%%", but either way after installation it expands properly to "/usr/local/bin/python2.7" as I would expect.. Again, the error I'm finding is: [root@salt /usr/local/etc/rc.d]# ./salt_master start Starting salt_master. [root@salt /usr/local/etc/rc.d]# ./salt_master stop salt_master not running? (check /var/run/salt_master.pid). _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"