Bug 50370 - NLSOWN set to ${SHAREGRP} in <bsd.own.mk>
Summary: NLSOWN set to ${SHAREGRP} in <bsd.own.mk>
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Zelkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 21:30 UTC by Nicola Vitale
Modified: 2004-12-24 08:01 UTC (History)
0 users

See Also:


Attachments
file.diff (323 bytes, patch)
2003-03-27 21:30 UTC, Nicola Vitale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale 2003-03-27 21:30:10 UTC
	There are two mistaken assignments in

# $FreeBSD: src/share/mk/bsd.own.mk,v 1.27.2.4 2002/07/22 14:21:51 ru Exp $

	NLSGRP?=        ${SHAREOWN}
	NLSOWN?=        ${SHAREGRP}

	so, if you install a message catalog file,
	you get this error:

install -o wheel  -g root -m 444  en_US.ISO8859-1.cat  [...]
install: unknown group root
*** Error code 67
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 01:26:05 UTC
Responsible Changed
From-To: freebsd-bugs->ru

Assign to share/mk maintainer
Comment 2 ru freebsd_committer freebsd_triage 2003-07-19 21:11:58 UTC
Responsible Changed
From-To: ru->phantom

Alexey, could you please MFC rev. 1.131 of bsd.own.mk?
Comment 3 Alexey Zelkin freebsd_committer freebsd_triage 2004-12-24 08:00:46 UTC
State Changed
From-To: open->closed

Fixed.