From owner-svn-ports-all@FreeBSD.ORG Thu Apr 9 14:22:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F9C0D52; Thu, 9 Apr 2015 14:22:55 +0000 (UTC) Received: from svn.freebsd.org (svn.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 EF289F66; Thu, 9 Apr 2015 14:22:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t39EMs4J035392; Thu, 9 Apr 2015 14:22:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t39EMsNl035390; Thu, 9 Apr 2015 14:22:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504091422.t39EMsNl035390@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 9 Apr 2015 14:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383645 - head 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.18-1 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, 09 Apr 2015 14:22:55 -0000 Author: feld Date: Thu Apr 9 14:22:53 2015 New Revision: 383645 URL: https://svnweb.freebsd.org/changeset/ports/383645 Log: Fix UID conflict of sguil with dnscrypt-proxy Approved by: marino Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Thu Apr 9 14:18:25 2015 (r383644) +++ head/GIDs Thu Apr 9 14:22:53 2015 (r383645) @@ -296,7 +296,6 @@ boinc:*:973: radicale:*:974: unifi:*:975: minetest:*:976: -sguil:*:978: ums:*:979: hbase:*:980: uvncrep:*:981: @@ -308,6 +307,7 @@ kamailio:*:986: spark:*:987: emby:*:989: oozie:*:990: +sguil:*:991: ebnetd:*:999: nogroup:*:65533: nobody:*:65534: Modified: head/UIDs ============================================================================== --- head/UIDs Thu Apr 9 14:18:25 2015 (r383644) +++ head/UIDs Thu Apr 9 14:22:53 2015 (r383645) @@ -304,7 +304,6 @@ unifi:*:975:975::0:0:Unifi Wireless Cont minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin tests:*:977:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin _dnscrypt-proxy:*:978:65534::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin -sguil:*:978:978::0:0:Sguil:/nonexistent:/usr/sbin/nologin ums:*:979:979::0:0:Universal Media Server:/nonexistent:/usr/sbin/nologin hbase:*:980:980::0:0:HBase user:/nonexistent:/usr/sbin/nologin uvncrep:*:981:981::0:0:UltraVNC Repeater daemon:/nonexistent:/usr/sbin/nologin @@ -317,5 +316,6 @@ spark:*:987:987::0:0:Apache Spark user:/ toxdht:*:988:65534::0:0:Tox DHT bootstrap user:/nonexistent:/usr/sbin/nologin emby:*:989:989::0:0:Emby:/nonexistent:/usr/sbin/nologin oozie:*:990:990::0:0:Apache Oozie user:/nonexistent:/usr/sbin/nologin +sguil:*:991:991::0:0:Sguil:/nonexistent:/usr/sbin/nologin ebnetd:*:999:999::0:0:EBNETD:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin