git: 145162ff1f9f - main - service(8): move to the rc package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 May 2025 00:04:20 UTC
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