From 58bdd8be7d943c199b089234827099495e057f49 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 20 Apr 2009 23:00:21 +0000 Subject: Using correct locale file when available (#44561). --- cron-sh/security.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cron-sh/security.sh') diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 7b26119..2e2ed98 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -1,6 +1,10 @@ #!/bin/bash . /etc/sysconfig/i18n +if [[ -f /etc/profile.d/10lang.sh ]]; then + . /etc/profile.d/10lang.sh +fi + LCK=/var/run/msec-security.pid function cleanup() { -- cgit v1.2.1