From owner-svn-ports-head@freebsd.org Tue Feb 9 12:55:48 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3029D53DDE2; Tue, 9 Feb 2021 12:55:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZjYZ4vt7z4yv8; Tue, 9 Feb 2021 12:55:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 271B63193; Tue, 9 Feb 2021 12:55:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 119CtjgK012899; Tue, 9 Feb 2021 12:55:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 119CtjuN012898; Tue, 9 Feb 2021 12:55:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202102091255.119CtjuN012898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 9 Feb 2021 12:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564783 - head X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 564783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 12:55:48 -0000 Author: bapt Date: Tue Feb 9 12:55:45 2021 New Revision: 564783 URL: https://svnweb.freebsd.org/changeset/ports/564783 Log: Partially revert r564709 Keep in comment the line about haldaemon, to avoid a risk of recycling too quickly Suggested by: linimon Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue Feb 9 12:55:39 2021 (r564782) +++ head/GIDs Tue Feb 9 12:55:45 2021 (r564783) @@ -500,7 +500,8 @@ messagebus:*:556: pulse-rt:*:557: avahi:*:558: tacacs:*:559: -# free: 560 +# Unused since hald has been removed from the ports tree +# haldaemon:*:560: distcc:*:561: polkit:*:562: pulse:*:563: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Feb 9 12:55:39 2021 (r564782) +++ head/UIDs Tue Feb 9 12:55:45 2021 (r564783) @@ -505,7 +505,8 @@ messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexiste # free: 557 avahi:*:558:558::0:0:Avahi Daemon User:/nonexistent:/usr/sbin/nologin tacacs:*:559:559::0:0:TACACS+ Daemon User:/nonexistent:/usr/sbin/nologin -# free: 560 +# Unused since hald has been removed from the ports tree +# haldaemon:*:560:560::0:0:HAL Daemon User:/nonexistent:/usr/sbin/nologin distcc:*:561:561::0:0:Distcc user:/nonexistent:/usr/sbin/nologin polkit:*:562:562::0:0:PolicyKit User:/nonexistent:/usr/sbin/nologin pulse:*:563:563::0:0:PulseAudio System User:/nonexistent:/usr/sbin/nologin