From nobody Wed Jan 05 17:24:21 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3D31B1920F2E; Wed, 5 Jan 2022 17:24:28 +0000 (UTC) (envelope-from git@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 4JTbvF3yDLz3H2h; Wed, 5 Jan 2022 17:24:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 652357E76; Wed, 5 Jan 2022 17:24:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 205HOLaq097294; Wed, 5 Jan 2022 17:24:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 205HOLCC097293; Wed, 5 Jan 2022 17:24:21 GMT (envelope-from git) Date: Wed, 5 Jan 2022 17:24:21 GMT Message-Id: <202201051724.205HOLCC097293@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Emmanuel Vadot Subject: git: f1176bdaab8f - stable/13 - pkgbase: Put sconfig in FreeBSD-utilities List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: f1176bdaab8fa7dd94d34ed2b2d5a6927006339d Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641403466; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=W5l0OsNH0t6IsSVgyZsyOBRf6ri/jSniP2Knl9jCkdQ=; b=aboFJTUl9dRfVLaRuuERubIiv4LOIXXMqj4GqWEVOWTId5fQMvgcnUNos4TXiTUgboq8AO eTgbTnZukEtVH1F7kQA5YwqT1IdLuyZ1gbwuaLVRV6+RbITt8oeIZUxIp0YfnNbVtSTGe9 6CbQ0On4wpSGzhKWPwgcvPMFtQTHkYM6Nfz9auR/RMD/X+joq/jMbmVvp48jvt20M56w4c 2fW01ocCwRPLzWE2a/Uf3tqjY4XWS250CCDpgjDLJJ1e0HxyLeLUa+sGlfuNHEvX0ml6uq vXP6epyZD7LSb+UJNoxSU0GlLvDouo4rUgcN76vDqoL9+4bnzrcRd1a8QF3KIg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641403466; a=rsa-sha256; cv=none; b=cgG9Ski7zncDyGGDl52bpDGFGHgnIPTQb6QfHVYMXKU6V1CmUR3fdCHq/CMr1KOnHhHvAu 1ooT9iWnkXEi1RIxAN3H6Ctf0qS+MLNoscERujRowpJyS9s7IkccoNgLm9YJvsg/tujQnp HA4cY1f229bVnhOAo6pQRNeRGnonNeCpuglPID2FMXRqHpxaohbsbm2DqW7Vt3msDRvCPW iWQkTc27z7kgKv/N9kOW0vRSqdzryKF4n9wN0/sbPiYGUq74O83kYceKOmZspcKbG4wSRW jd9CnUeO75C+pxCMllyKTsqPJHmcBiv8bLiuj9XQcaph82pacIdLscnryF214g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f1176bdaab8fa7dd94d34ed2b2d5a6927006339d commit f1176bdaab8fa7dd94d34ed2b2d5a6927006339d Author: Emmanuel Vadot AuthorDate: 2021-12-21 09:16:08 +0000 Commit: Emmanuel Vadot CommitDate: 2022-01-05 17:23:51 +0000 pkgbase: Put sconfig in FreeBSD-utilities There is no need to have it in runtime as it's not essential. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 0855e37c72c7904600967ff4268ef69505eb4f4e) --- sbin/sconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile index bce914f40868..3a7e4b2c7b82 100644 --- a/sbin/sconfig/Makefile +++ b/sbin/sconfig/Makefile @@ -1,7 +1,7 @@ # Cronyx Id: sbin.sconfig.Makefile,v 1.1.4.1 2003/02/17 12:51:24 rik Exp $ # $FreeBSD$ -PACKAGE=runtime +PACKAGE=utilities PROG= sconfig MAN= sconfig.8 MANSUBDIR= /i386