ports/183112: security/sguil-server broken Makefile

Tijl Coosemans tijl at FreeBSD.org
Wed Oct 23 11:10:01 UTC 2013


The following reply was made to PR ports/183112; it has been noted by GNATS.

From: Tijl Coosemans <tijl at FreeBSD.org>
To: Paul Schmehl <pauls at utdallas.edu>
Cc: bug-followup at FreeBSD.org, s_gammons at charter.net
Subject: Re: ports/183112: security/sguil-server broken Makefile
Date: Wed, 23 Oct 2013 13:08:15 +0200

 Hi Paul,
 
 If the port needs a sguil user/group you can add an entry to
 /usr/ports/UIDs and /usr/ports/GIDs and add the following to the
 Makefile:
 
 USERS=	sguil
 GROUPS=	sguil
 
 Then the user/group will be created right before installation so you
 can make adjustments or create extra files/directories with it in
 post-install.


More information about the freebsd-ports-bugs mailing list