From 35a2301e975a7f2efbb959ea502395393ca50b62 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:08:41 -0700 Subject: [PATCH] Minor \- fix for config file --- usr/local/etc/bastille/bastille.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/etc/bastille/bastille.conf.sample b/usr/local/etc/bastille/bastille.conf.sample index 7daae546..9a571b38 100644 --- a/usr/local/etc/bastille/bastille.conf.sample +++ b/usr/local/etc/bastille/bastille.conf.sample @@ -23,7 +23,7 @@ bastille_sharedir="/usr/local/share/bastille" ## default ## ports - The FreeBSD ports (3rd party applications) tree ## src - The source code to the kernel + userland ## test - The FreeBSD test suite -## Whitespace separated list: +## Whitespace-separated list: ## bastille_bootstrap_archives="base lib32 ports src test" bastille_bootstrap_archives="base" ## default: "base" @@ -41,7 +41,7 @@ bastille_bootstrap_archives="base" ## default ## optional-jail[-dbg] - Optional base system software for jails ## src - System source code ## tests - System test suite -## Whitespace separated list: +## Whitespace-separated list: ## bastille_pkgbase_packages="base-jail lib32-dbg src" bastille_pkgbase_packages="base-jail" ## default: "base-jail"