Bug 122054 - [patch] security/oidentd - add OPTIONS support
Summary: [patch] security/oidentd - add OPTIONS support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 16:40 UTC by Jase Thew
Modified: 2008-03-25 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1014 bytes, patch)
2008-03-24 16:40 UTC, Jase Thew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jase Thew 2008-03-24 16:40:05 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-24 16:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-25 16:43:21 UTC
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"
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2008-03-25 16:43:35 UTC
State Changed
From-To: open->closed

commmitted, thanks