Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2001 09:40:02 -0800 (PST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33084: security/cyrus-sasl doesn't add group & user
Message-ID:  <200112221740.fBMHe2x42637@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33084; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: "Volker Stolz" <vs@foldr.org>, <FreeBSD-gnats-submit@FreeBSD.ORG>
Cc:  
Subject: Re: ports/33084: security/cyrus-sasl doesn't add group & user
Date: Sat, 22 Dec 2001 11:37:16 -0600

 From: "Volker Stolz" <vs@foldr.org>
 > >Description:
 > When installing the port, it fails to add the 'cyrus' user and group,
 although there
 > seems to be a provision for this in the Makefile:
 >
 > Making install in sample
 > ===>   Generating temporary packing list
 > install -d -m 770 -o cyrus -g cyrus /var/pwcheck
 > install: unknown group cyrus
 > *** Error code 67
 >
 > However, I cannot see what the line in the Makefile is supposed to do:
 >
 > # Create Cyrus user and group
 > pre-install:
 >         @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 >
 The above line is supposed to execute the PRE-INSTALL routine in the
 pkg-install script, which will then create the cyrus user and group.
 
 I'll see if I can duplicate the problem.
 
 Scot
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112221740.fBMHe2x42637>