For example, restrict_from_passwd.py lists /sbin/nologin as shell, while on "my" OS it's /usr/sbin/nologin. I think the paths should be customized in there with a post-install task. If I run the script now, I get 0 accounts. After "patching" it, I get: _dhcp _pflogd bin bind daemon games kmem mailnull man news nobody operator pop proxy smmsp sshd tty www This is really a nice to have. :-)
To which port does this apply? mcl
/usr/ports/securitu/denyhosts On Tue, Nov 25, 2008 at 6:37 PM, Mark Linimon <linimon@lonesome.com> wrote: > To which port does this apply? > > mcl >
Just found something else popping up in my logs: /usr/local/bin/python != /usr/local/bin/python2.5 So I patched /usr/local/etc/rc.d/denyhosts with: - command_interpreter="/usr/local/bin/python" + command_interpreter="/usr/local/bin/python2.5"
Maintainer of security/denyhosts, Please note that PR ports/129186 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/129186 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, with minor changes. Thanks!