Bug 12897 - java/jdk-docs port does not set user:group of docs
Summary: java/jdk-docs port does not set user:group of docs
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-31 11:40 UTC by jose
Modified: 1999-08-03 00:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jose 1999-07-31 11:40:01 UTC
	The java/jdk-docs port does not set the user and group of the docs
        files it installs.  It leaves then as uid 10 gid 143.

Fix: 

cd /usr/local/jdk1.1.8
	chown -R root:wheel docs
How-To-Repeat: 
	Install the java/jdk-docs port.
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-08-03 00:09:37 UTC
State Changed
From-To: open->closed

I've committed a fix to this problem, thanks for telling us!