summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deploy_get_autoinst.xinetd1
-rw-r--r--deployd.xinetd1
2 files changed, 2 insertions, 0 deletions
diff --git a/deploy_get_autoinst.xinetd b/deploy_get_autoinst.xinetd
index 49826b2..a046054 100644
--- a/deploy_get_autoinst.xinetd
+++ b/deploy_get_autoinst.xinetd
@@ -7,4 +7,5 @@ service deploy_get_autoinst
user = root
server = /usr/sbin/deploy_get_autoinst.pl
port = 3712
+ env = LC_ALL=C
}
diff --git a/deployd.xinetd b/deployd.xinetd
index e7715b0..3b2b02d 100644
--- a/deployd.xinetd
+++ b/deployd.xinetd
@@ -7,4 +7,5 @@ service deployd
user = root
server = /usr/sbin/deployd
port = 3710
+ env = LC_ALL=C
}