Bug 50370

Summary: NLSOWN set to ${SHAREGRP} in <bsd.own.mk>
Product: Base System Reporter: Nicola Vitale <nivit>
Component: miscAssignee: Alexey Zelkin <phantom>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.