#----------------------------------------------------------------------------- # /etc/config.d/environment - config of environment # (read by /etc/profile) # # Creation: 20.07.2003 fm # Last Update: $Id$ # # Copyright (c) 2001-2005 Frank Meyer # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Setup menu configuration #------------------------------------------------------------------------------ EDITOR='joe' # joe (alternative: vi) PAGER='less' # less (alternative: more) MAX_BACKUP_CONFIG='10' # maximum number of package config files # to backup up in /etc/backup.d HTTP_PROXY='' # http proxy for package installer # (empty to disable) HTTP_PROXY_USER='' # http proxy username (emtpy to disable auth) HTTP_PROXY_PASSWD='' # http proxy password #------------------------------------------------------------------------------ # Localisation #------------------------------------------------------------------------------ LC_CTYPE='de_DE@euro' # locale setting (don't change yet) #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------