Bug 157501 - [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-dhcpd6
Summary: [PATCH] net/isc-dhcp41-relay: Add support for isc-dhcrelay6 analogous to isc-...
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 17:00 UTC by Lev A. Serebryakov
Modified: 2011-06-03 13:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.59 KB, patch)
2011-06-01 17:00 UTC, Lev A. Serebryakov
no flags Details | Diff
isc-dhcp41-relay.patch (2.65 KB, patch)
2011-06-03 05:01 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lev A. Serebryakov freebsd_committer freebsd_triage 2011-06-01 17:00:23 UTC
  net/isc-dchp41-server port installs two RC_SUPR scripts: isc-dhcpd and isc-dhcpd6 when it is built with IPv6 support.
  net/isc-dchp41-relay could be built with IPv6 support, but it doesn't provide way to start two realys (for IPv4 and IPv6) simultaneously.
  This PR changes RC_SUBR script isc-dhcrelay to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6 when port is built with IPv6 support.
  
  NB: patch is rooted in `net' directory, as it changes files in TWO ports directories.
Comment 1 Douglas Thrift 2011-06-03 05:01:28 UTC
Hello,

It looks good to me. Except you forgot to actually make the symlink,
I've included a new patch with that fixed.

Thanks!
-- 
Douglas William Thrift
<douglas@douglasthrift.net>
<http://douglasthrift.net/>
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2011-06-03 12:14:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-03 13:31:34 UTC
wxs         2011-06-03 12:31:24 UTC

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp41-relay pkg-plist 
    net/isc-dhcp41-server Makefile 
    net/isc-dhcp41-server/files isc-dhcrelay.in 
  Log:
  net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd and
  isc-dhcpd6 when it is built with IPv6 support.  net/isc-dchp41-relay could be
  built with IPv6 support, but it doesn't provide way to start two realys (for
  IPv4 and IPv6) simultaneously.  This patch changes RC_SUBR script isc-dhcrelay
  to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6
  when port is built with IPv6 support.
  
  PR:             ports/157501
  Submitted by:   lev@
  Approved by:    Douglas Thrift <douglas@douglasthrift.net> (maintainer)
  
  Revision  Changes    Path
  1.2       +3 -1      ports/net/isc-dhcp41-relay/pkg-plist
  1.21      +5 -1      ports/net/isc-dhcp41-server/Makefile
  1.2       +31 -7     ports/net/isc-dhcp41-server/files/isc-dhcrelay.in
_______________________________________________
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 4 Wesley Shields freebsd_committer freebsd_triage 2011-06-03 13:31:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!