Bug 92763 - [patch] make data directory location of ports/net-mgmt/arpwatch configurable
Summary: [patch] make data directory location of ports/net-mgmt/arpwatch configurable
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: 2006-02-03 10:40 UTC by Eugene Grosbein
Modified: 2006-04-01 23:51 UTC (History)
0 users

See Also:


Attachments
file.diff (1.30 KB, patch)
2006-02-03 10:40 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2006-02-03 10:40:02 UTC
	ports/net-mgmt/arpwatch uses /usr/local/arpwatch for its data.
	That's bad for NanoBSD that keeps /usr/local read-only.

Fix: The following patch makes it possible to build the package
	for NanoBSD in the following way:

make ARPDIR=/var/arpwatch package
How-To-Repeat: 	Build NanoBSD with arpwatch from ports and boot.
	arpwatch complains that /usr/local is read-only file system.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-01 23:51:15 UTC
State Changed
From-To: open->closed

Committed, thanks!