head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	98.02.20.18.34.36;	author leutloff;	state Exp;
branches;
next	1.3;

1.3
date	97.11.10.19.54.17;	author leutloff;	state Exp;
branches;
next	1.2;

1.2
date	97.06.25.20.23.20;	author leutloff;	state Exp;
branches;
next	1.1;

1.1
date	97.06.12.09.14.05;	author leutloff;	state Exp;
branches;
next	;


desc
@@


1.4
log
@*** empty log message ***
@
text
@#!/bin/sh 
# $Id: language-de,v 1.3 1997/11/10 19:54:17 leutloff Exp leutloff $
#
# settings for german speaking users
#

#LC_MESSAGES="de_DE"
#LC_CTYPE=iso_8859_1
#export LC_MESSAGES LC_CTYPE

LC_ALL=de_DE    
export LC_ALL

# set LANG
LANG=de_DE
export LANG

if [ -d /usr/X11R6/lib/X11/nls ]; then
    XNLSPATH=/usr/X11R6/lib/X11/nls
    export XNLSPATH
fi


# not language specific, but useful too (where should I place it??)
# will be set from base-files now

# if [ -n "$PS1" ] ; then
#     PS1='\u@@\h[\W]\$ '
#     IGNOREEOF=3
# fi

@


1.3
log
@removed obsoleted entries
@
text
@d2 1
a2 1
# $Id: language-de,v 1.2 1997/06/25 20:23:20 leutloff Exp leutloff $
d11 2
d25 1
d27 4
a30 5
if [ -n "$PS1" ] ; then
    PS1='\u@@\h[\W]\$ '
    IGNOREEOF=3
fi

a31 3
if [ -f /etc/bash_aliases ] ; then
    . /etc/bash_aliases
fi@


1.2
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id: language-de,v 1.1 1997/06/12 09:14:05 leutloff Exp leutloff $
a15 6
# setting up keyboard
if [ -f /etc/inputrc ]; then
    INPUTRC=/etc/inputrc
    export INPUTRC
fi

a28 9

if [ -x /usr/bin/most ] ; then
    PAGER=/usr/bin/most
    export PAGER
elif  [ -x /usr/bin/less ] ; then
    PAGER=/usr/bin/less
    LESSCHARSET=latin1
    export PAGER LESSCHARSET
fi
@


1.1
log
@Initial revision
@
text
@d2 1
a2 2
# $Source$
# $Id$
d20 5
@
