aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-server/files
Commit message (Collapse)AuthorAgeFilesLines
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Resolve dhcrelay6 issue with rc script that prevented it from working ↵Ryan Steinmetz2012-04-181-5/+36
| | | | | | | | | | | | properly. - Bump PORTREVISION of isc-dhcp4?-relay ports Reported by: Glen Neff <glen.neff@emc.com> Approved by: Douglas Thrift <douglas@douglasthrift.net>, zi@ Notes: svn path=/head/; revision=295049
* - Resolve issue where the the daemon would fail to start [1]Ryan Steinmetz2012-03-191-4/+14
| | | | | | | | | | | | - Resolve issue on systems set to UTC time would fail copying /etc/localtime to the chroot [2] PR: ports/162447 [1] Submitted by: Hilko Meyer <hilko.meyer@gmx.de> [1] Reported by: dougb@ [2] Feature safe: yes Notes: svn path=/head/; revision=293547
* - Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x isRyan Steinmetz2011-10-221-9/+0
| | | | | | | | | | no longer supported, so this test is no longer needed) Submitted by: zi@FreeBSD.org Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=284137
* - Apply an extra patch to fix the LDAP breakage that happened with the lastWesley Shields2011-08-171-0/+32
| | | | | | | | | | | update. It should be noted that LDAP support is built in to 4.2, so people are encouraged to move to that if you want LDAP support. PR: ports/159830 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279902
* Fix -user argument for dhcpdv6Doug Barton2011-07-071-1/+1
| | | | | | | | PR: ports/158375 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=277262
* Fix rc(5) complains about dhcrelay6_enable variable.Lev A. Serebryakov2011-06-211-1/+2
| | | | Notes: svn path=/head/; revision=276010
* - Add shutdown keyword.Wesley Shields2011-06-031-1/+2
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=275045
* net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd andWesley Shields2011-06-031-7/+31
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=275023
* Add support for DHCPv6 server.Wesley Shields2011-02-141-91/+105
| | | | | | | | PR: ports/153781 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=269110
* Update to 4.1.2Wesley Shields2010-11-241-17/+3
| | | | Notes: svn path=/head/; revision=265100
* Fix installation when using LDAP option.Wesley Shields2010-10-241-4/+12
| | | | Notes: svn path=/head/; revision=263518
* Add a patch to support running on VLAN interfaces.Wesley Shields2010-10-241-0/+10
| | | | | | | | | Bump server PORTREVISION to accomodate. Submitted by: matpockuh@gmail.com (via current@) Notes: svn path=/head/; revision=263513
* Use the provided script instead of the one provided by the port. The oneWesley Shields2010-09-281-510/+0
| | | | | | | | | provided by the port infrastructure is outdated and doesn't support dhcpv6. Noticed by: lstewart@ Notes: svn path=/head/; revision=262052
* [1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setupsWesley Shields2010-07-122-100/+15
| | | | | | | | | | | | | | | | on upgrade. [2]: Install more man pages. [3]: Add LDAP configuration support. This was present in the other port. PR: [1]: ports/147857 [2]: ports/147917 [3]: ports/147869 Submitted by: [1]: Henno Schooljan <henno@schooljan.nl> [2]: Craig Leres <leres@ee.lbl.gov> [3]: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Notes: svn path=/head/; revision=257652
* net/isc-dhcp41-client:Wesley Shields2010-05-291-2/+16
| | | | | | | | | | - Set the default dhclient-script and dhclient.conf properly. PR: ports/146608 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=255294
* Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relayWesley Shields2010-05-066-0/+1203
to the tree. There's still a small bit of work to do including adding conflicts for the existing DHCP ports (which should have been conflicting with each other already) and add a 41-devel port so people can use the headers and libraries. Notes: svn path=/head/; revision=253843