Bug 98741 - net/dhcp6: update to 20060322, rewrite rc scripts
Summary: net/dhcp6: update to 20060322, rewrite rc scripts
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: suz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-09 11:00 UTC by Joerg Pulz
Modified: 2006-06-24 06:58 UTC (History)
1 user (show)

See Also:


Attachments
net_dhcp6.diff (10.94 KB, patch)
2006-06-09 11:00 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Pulz 2006-06-09 11:00:29 UTC
	Update net/dhcp6 to version 20060322.

	- Makefile
	  * pet portlint about whitespace
	  * use USE_RC_SUBR to install rc scripts
	  * remove the homemade rc script handling
	- distinfo
	  * update for the new version
	- pkg-plist
	  * add some lines to stop running services when deinstalling
	  * remove the rc scripts, these are added automatically now
	- files/dhcp6c.sh (dead)
	  * we need files/dhcp6c.sh.in for USE_RC_SUBR
	- files/dhcp6relay.sh (dead)
	  * we need files/dhcp6relay.sh.in for USE_RC_SUBR
	- files/dhcp6s.sh (dead)
	  * we need files/dhcp6s.sh.in for USE_RC_SUBR
	- files/dhcp6c.sh.in (new)
	  * rewritten version of the old files/dhcp6c.sh rc script
	  * be more porters-handbook compliant
	  * handle more rc.conf variables for easier configuration
	  * make use of the pidfile for process control (status, stop, restart)
	  * check that ${dhcp6c_interfaces} is set, otherwise bail out with
	    a WARNING
	- files/dhcp6relay.sh.in (new)
	  * rewritten version of the old files/dhcp6relay.sh rc script
	  * be more porters-handbook compliant
	  * handle more rc.conf variables for easier configuration
	  * check that ${dhcp6relay_interfaces} is set, otherwise bail out with
	    a WARNING
	- files/dhcp6s.sh.in (new)
	  * rewritten version of the old files/dhcp6s.sh rc script
	  * be more porters-handbook compliant
	  * handle more rc.conf variables for easier configuration
	  * check that ${dhcp6s_interface} is set, otherwise bail out with
	    a WARNING
	- files/patch-lease.c (new)
	  * fix compilation on FreeBSD-4.x

Fix: - apply the patch
	- remove files/dhcp6*.sh from CVS
	- add files/dhcp6*.sh.in to CVS
	- add files/patch-lease.c to CVS
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-09 11:05:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->suz

Over to maintainer
Comment 2 suz freebsd_committer freebsd_triage 2006-06-24 06:57:56 UTC
State Changed
From-To: open->closed


the proposed patch has been committed