]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bsdinstall: Fix local_unbound option default on revisit
authorJessica Clarke <jrtc27@FreeBSD.org>
Tue, 29 Nov 2022 03:09:51 +0000 (03:09 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Tue, 29 Nov 2022 03:33:47 +0000 (03:33 +0000)
commitbad602850e56d9e3b4900c0063a40dd29ea448fe
treea508d477b9e72d89891f51121083565c973839d9
parent91985bc5adace75a938d51a97099c2a44cf5c661
bsdinstall: Fix local_unbound option default on revisit

The variable used for the checklist's default value needs to correspond
to the rc.conf variable as that's what's being parsed to determine them.
In the case of local_unbound it's missing the _enable suffix and thus
always defaults to off on revisit.

Fixes: 58eb9abb3157 ("Add a line to the post-installation configuration dialog to enable the local_unbound service.")
usr.sbin/bsdinstall/scripts/services