Date: Tue, 29 Sep 2015 05:19:41 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398158 - head Message-ID: <201509290519.t8T5Jf8H086575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Sep 29 05:19:40 2015 New Revision: 398158 URL: https://svnweb.freebsd.org/changeset/ports/398158 Log: www/sogo: fix UIDs/GIDs, as numerical value 845 collides with hast PR: 200750 Submitted by: Euan Thoms <euan@potensol.com> (maintainer) Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue Sep 29 03:39:42 2015 (r398157) +++ head/GIDs Tue Sep 29 05:19:40 2015 (r398158) @@ -237,7 +237,7 @@ tcpcryptd:*:841: munin:*:842: dahdi:*:843:asterisk subsonic:*:844: -sogod:*:845: +sogod:*:846: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Sep 29 03:39:42 2015 (r398157) +++ head/UIDs Tue Sep 29 05:19:40 2015 (r398158) @@ -244,7 +244,7 @@ netdisco:*:840:840::0:0:netdisco daemon: tcpcryptd:*:841:841::0:0:tcpcrypt daemon:/nonexistent:/usr/sbin/nologin munin:*:842:842::0:0:Munin:/var/munin:/usr/sbin/nologin subsonic:*:844:844::0:0:Subsonic standalone-server:/nonexistent:/usr/sbin/nologin -sogod:*:845:845::0:0:SOGo groupware:/nonexistent:/usr/sbin/nologin +sogod:*:846:846::0:0:SOGo groupware:/nonexistent:/usr/sbin/nologin fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509290519.t8T5Jf8H086575>