Bug 51918 - isc-dhcp3 port package creates dhcp.leases in wrong directory
Summary: isc-dhcp3 port package creates dhcp.leases in wrong directory
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 12:40 UTC by ari.suutari
Modified: 2003-08-25 12:18 UTC (History)
0 users

See Also:


Attachments
file.diff (885 bytes, patch)
2003-05-07 12:40 UTC, ari.suutari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ari.suutari 2003-05-07 12:40:11 UTC
	When installing a package created from net/isc-dhcp3 port it
	creates dhcpd.leases and dhclient.leases in /var/run directory.
	However, the dhcpd program expects these files to be in /var/db.

Fix: Apply following patch to ports/net/isc-dhcpd3/pkg-plist
How-To-Repeat: 
	cd /usr/ports/net/isc-dhcp3
	make install; make package

	install generated package on another computer, then
	try to start dhcpd and it complains about dhcpd.leases
	not found.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-25 12:18:35 UTC
State Changed
From-To: open->closed

Commited, thanks!