From owner-cvs-ports@FreeBSD.ORG Thu Nov 11 10:31:35 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDDD21065674; Thu, 11 Nov 2010 10:31:35 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD1108FC08; Thu, 11 Nov 2010 10:31:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oABAVZen022820; Thu, 11 Nov 2010 10:31:35 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oABAVZES022819; Thu, 11 Nov 2010 10:31:35 GMT (envelope-from stefan) Message-Id: <201011111031.oABAVZES022819@repoman.freebsd.org> From: Stefan Walter Date: Thu, 11 Nov 2010 10:31:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports GIDs UIDs ports/net-p2p/uhub Makefile ports/net-p2p/uhub/files uhub.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 10:31:36 -0000 stefan 2010-11-11 10:31:35 UTC FreeBSD ports repository Modified files: . UIDs GIDs net-p2p/uhub Makefile net-p2p/uhub/files uhub.sh.in Log: * Sets up a uhub UID and GID for the daemon to run as. * Modifies configuration file permissions to restrict them to root and the above GID. * Patches uhub source so that PREFIX/etc/uhub/uhub.conf is the compiled in default configuration file. * rc.d script changes - enable above uid/gid, enable syslog logging, simplify. PR: 151819 Submitted by: Aragon Gouveia Approved by: maintainer Revision Changes Path 1.114 +2 -1 ports/GIDs 1.127 +2 -1 ports/UIDs 1.8 +15 -8 ports/net-p2p/uhub/Makefile 1.3 +5 -7 ports/net-p2p/uhub/files/uhub.sh.in