rc.d: Put ggated script in FreeBSD-ggate

Differential Revision:	https://reviews.freebsd.org/D37188
This commit is contained in:
Emmanuel Vadot 2022-10-28 09:33:02 +02:00
parent 81b18bea09
commit 91314ca2ff

View file

@ -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 \