Date: Thu, 15 May 2025 00:04:20 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 145162ff1f9f - main - service(8): move to the rc package Message-ID: <202505150004.54F04KxV047064@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=145162ff1f9f12c43b50d12081ba2828060e4296 commit 145162ff1f9f12c43b50d12081ba2828060e4296 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-05-14 22:00:57 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-05-15 00:02:52 +0000 service(8): move to the rc package Since service depends on the rc machinery, there is no point having it installed unless rc is also installed. Move it from runtime to rc. Reviewed by: manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50326 --- usr.sbin/service/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/service/Makefile b/usr.sbin/service/Makefile index 66bf0deb760b..4f7aea03ec38 100644 --- a/usr.sbin/service/Makefile +++ b/usr.sbin/service/Makefile @@ -1,4 +1,4 @@ -PACKAGE= runtime +PACKAGE= rc SCRIPTS=service.sh MAN= service.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505150004.54F04KxV047064>