Bug 119173 - [NEW PORT] net/dhcpcd
Summary: [NEW PORT] net/dhcpcd
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: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-30 19:30 UTC by roy
Modified: 2007-12-31 17:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.40 KB, text/plain)
2007-12-30 19:30 UTC, roy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description roy 2007-12-30 19:30:01 UTC
dhcpcd - an RFC2131 compliant DHCP client

This is the same DHCP client as used by many Linux distributions, such as Gentoo.

Compared to dhclient it supports more DHCP options out of the box and doesn't require running any userland scripts to configure the interface. It also supports resolvconf, so many applications can write to /etc/resolv.conf sanely.

Various knobs in /etc need to be changed by the user from dhclient to dhcpcd, such as the rc script to call in /etc/devd.conf.

Fix: Patch attached with submission follows:
Comment 1 Lars Engels freebsd_committer freebsd_triage 2007-12-31 15:17:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-31 17:23:31 UTC
lme         2007-12-31 17:23:26 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/dhcpcd           Makefile distinfo pkg-descr 
    net/dhcpcd/files     dhcpcd.in 
  Log:
  dhcpcd is an RFC2131 compliant DHCP client.
  
  WWW: http://dhcpcd.berlios.de
  
  PR:             ports/119173
  Submitted by:   Roy Marples <roy (AT) marples.name>
  
  Revision  Changes    Path
  1.1954    +1 -0      ports/net/Makefile
  1.1       +24 -0     ports/net/dhcpcd/Makefile (new)
  1.1       +3 -0      ports/net/dhcpcd/distinfo (new)
  1.1       +36 -0     ports/net/dhcpcd/files/dhcpcd.in (new)
  1.1       +3 -0      ports/net/dhcpcd/pkg-descr (new)
_______________________________________________
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 Lars Engels freebsd_committer freebsd_triage 2007-12-31 17:24:10 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!