By default, this port builds oidentd with both IPv6 and NAT/IP masq support enabled. To run oidentd in a jail, you need to be able compile without NAT/IP masq support or alternatively, you have to expose /dev/kmem within the jail. The attached patch adds OPTIONS capability to the port's Makefile to allow building without IPv6 and/or NAT/IP masq support. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer (via the GNATS Auto Assign Tool)
oliver 2008-03-25 16:43:13 UTC FreeBSD ports repository Modified files: security/oidentd Makefile Added files: security/oidentd/files oidentd.in Removed files: security/oidentd/files oidentd.sh Log: OPTIONSify [1] use new RC_SUBR style (old start file removed, no real history to preserve) Bump PORTREVISION PR: 122054 [1] Submitted by: Jase Thew <bazerka@beardz.net> [1] Revision Changes Path 1.33 +19 -9 ports/security/oidentd/Makefile 1.1 +43 -0 ports/security/oidentd/files/oidentd.in (new) 1.4 +0 -43 ports/security/oidentd/files/oidentd.sh (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed commmitted, thanks