From 241833b7f320e7fca84ba226f1ecbb0c963534f7 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 12 Jul 2024 15:20:54 -0400 Subject: initial commit of hypervisor configs --- scripts/os/freebsd/20-locale | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/os/freebsd/20-locale (limited to 'scripts/os/freebsd/20-locale') diff --git a/scripts/os/freebsd/20-locale b/scripts/os/freebsd/20-locale new file mode 100644 index 0000000..cf72d8d --- /dev/null +++ b/scripts/os/freebsd/20-locale @@ -0,0 +1,8 @@ +#!/bin/sh + +# Set the default system locale. +install_template -m 0644 \ + /etc/profile.d/locale.sh \ + /etc/login.conf + +cap_mkdb /etc/login.conf -- cgit v1.2.3