From owner-svn-ports-all@freebsd.org Thu Jul 30 17:12:54 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58CE79AF5EA; Thu, 30 Jul 2015 17:12:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49A64DA7; Thu, 30 Jul 2015 17:12:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6UHCsPt036489; Thu, 30 Jul 2015 17:12:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6UHCrOT036487; Thu, 30 Jul 2015 17:12:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507301712.t6UHCrOT036487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Jul 2015 17:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393252 - in head: . comms/aprsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 17:12:54 -0000 Author: feld Date: Thu Jul 30 17:12:52 2015 New Revision: 393252 URL: https://svnweb.freebsd.org/changeset/ports/393252 Log: Add aprsd to dialer group in GIDs so membership is automatically handled Modified: head/GIDs head/comms/aprsd/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Thu Jul 30 17:03:04 2015 (r393251) +++ head/GIDs Thu Jul 30 17:12:52 2015 (r393252) @@ -16,7 +16,7 @@ proxy:*:62: authpf:*:63: uucp:*:66: xten:*:67: -dialer:*:68: +dialer:*:68:aprsd network:*:69: pgsql:*:70: ircd:*:72: Modified: head/comms/aprsd/Makefile ============================================================================== --- head/comms/aprsd/Makefile Thu Jul 30 17:03:04 2015 (r393251) +++ head/comms/aprsd/Makefile Thu Jul 30 17:12:52 2015 (r393252) @@ -18,7 +18,7 @@ SUB_FILES= pkg-message pkg-deinstall USE_RC_SUBR= aprsd USERS= aprsd tnc -GROUPS= aprsd tnc +GROUPS= aprsd dialer tnc APRSD_RC_USER= aprsd APRSD_RC_GROUP= aprsd