From bbd1ba6bb7030096812914d7afddf0ccdb1a092a Mon Sep 17 00:00:00 2001 From: Romain Dartigues Date: Sat, 10 Feb 2024 20:53:09 +0100 Subject: [PATCH] introduce Clear Linux OS to the __locale_system type Note: I choose to use the Slackware code block to not create a new logical path (and it does work). --- cdist/conf/type/__locale_system/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__locale_system/manifest b/cdist/conf/type/__locale_system/manifest index 4b996ebc..1ccc57e5 100755 --- a/cdist/conf/type/__locale_system/manifest +++ b/cdist/conf/type/__locale_system/manifest @@ -156,7 +156,7 @@ in locale_conf_mode=0555 fi ;; - slackware) + clear-linux-os|slackware) # NOTE: lang.csh (csh config) is ignored here. locale_conf="/etc/profile.d/lang.sh" locale_conf_mode=0755