Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 14:22:54 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383645 - head
Message-ID:  <201504091422.t39EMsNl035390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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