From e379e8efffe0a0ba7c8045115d2e7dba1959c020 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 13 Oct 2015 11:23:10 +0300 Subject: [PATCH] set the locale in rc.conf --- rc.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rc.conf b/rc.conf index f48cf09..de1ddbf 100644 --- a/rc.conf +++ b/rc.conf @@ -1,6 +1,9 @@ -# System-wide configuration +# A default PATH export PATH='/usr/local/bin:/usr/local/sbin:/usr/bin' +# Locale +export LC_ALL='en_US.UTF-8' + # Hostname cfg_hostname='spark'