The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0855e37c72c7904600967ff4268ef69505eb4f4e

commit 0855e37c72c7904600967ff4268ef69505eb4f4e
Author:     Emmanuel Vadot <m...@freebsd.org>
AuthorDate: 2021-12-21 09:16:08 +0000
Commit:     Emmanuel Vadot <m...@freebsd.org>
CommitDate: 2021-12-21 09:16:08 +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
---
 sbin/sconfig/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/sconfig/Makefile b/sbin/sconfig/Makefile
index 96fb46434d7a..8617eaf4b1cc 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
 WARNS?=        2

Reply via email to