#-----------------------------------------------------------------------------
# /etc/config.d/environment - config of environment (read by /etc/profile)
#
# Creation   : 2003-07-20 fm
# Last Update: $Id: environment 12544 2007-11-09 10:26:42Z schlotze $
#
# Copyright (c) 2001-2007 The Eisfair Team <team(at)eisfair(dot)org>
#
# 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)
                                # server:port
HTTP_PROXY_USER=''              # http proxy username (emtpy to disable auth)
HTTP_PROXY_PASSWD=''            # http proxy password

#-----------------------------------------------------------------------------
# Localisation
#-----------------------------------------------------------------------------

LC_CTYPE='de_DE.UTF-8'           # locale setting (don't change yet)

#-----------------------------------------------------------------------------
# End
#-----------------------------------------------------------------------------