From 91314ca2ff9c5efb3dcfc20ee1976c8fdc0c1de4 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 28 Oct 2022 09:33:02 +0200 Subject: rc.d: Put ggated script in FreeBSD-ggate Differential Revision: https://reviews.freebsd.org/D37188 --- libexec/rc/rc.d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 4c1fc2e1f874..ae6e220df277 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -29,7 +29,6 @@ CONFS= DAEMON \ gbde \ geli \ geli2 \ - ggated \ gptboot \ growfs \ growfs_fstab \ @@ -125,6 +124,10 @@ CONFGROUPS+= DHCLIENT DHCLIENT= dhclient DHCLIENTPACKAGE= dhclient +CONFGROUPS+= GGATED +GGATED= ggated +GGATEDPACKAGE= ggate + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \ -- cgit v1.3