Systemwide start script has two small issues: 1) pidfile is defined as /var/run/fetchmail/${name}.pid. This code path followed for awaken looks for /var/run/${name}.pid, and $pidfile is reported to be in the wrong place. 2) /var/run/fetchmail is not created. Fix: The attached patch addresses both issues, though there may be a better way to address the second one than the one offered (if fetchmail user is always going to be used, the right place to do this might be at pkg install: How-To-Repeat: enable fetchmail system-wide mode and start it. run $PREFIX/rc.d/fetchmail awaken
Responsible Changed From-To: freebsd-ports-bugs->barner Over to maintainer
State Changed From-To: open->closed Committed. Thanks!