From 7e12ab358519929d4870820bcbaa73d91da7c46c Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 10 Aug 1995 16:25:57 +0000 Subject: [PATCH] Rmove daemons localization (commented out), produce very strange effects when contacting with localized daemon from foreign environment. --- etc/sysconfig | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/etc/sysconfig b/etc/sysconfig index c900d4fa9abe..cc39f5e679a5 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.17 1995/07/05 04:12:33 peter Exp $ +# $Id: sysconfig,v 1.18 1995/07/20 16:26:26 wollman Exp $ ######################### Start Of Syscons Section ####################### @@ -169,18 +169,6 @@ check_quotas=NO # doesn't work and should be left disabled. accounting=NO - -# This stuff needed for proper daemons tuning, comsat f.e. -# See profile and csh.login also. -# Uncomment next line if you want to setup your 8-bit locale at program -# startup automatically -# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE -# Uncomment next line to activate russian locale -# LANG=ru_SU.KOI8-R; export LANG -# Uncomment next line to activate italian locale -# LANG=it_IT.ISO_8859-1; export LANG -# For full list of locales, check /usr/share/locale/* - ######################### End Of Netconfig Section ####################### ######################### Start Of Misc Section #######################