Accepting request 836413 from home:sndirsch:branches:Base:System

- dot.profile: moved example for user specific LANG setting 
  from .profile to .i18n (x11-tools package) skeleton file (boo#1158724)

OBS-URL: https://build.opensuse.org/request/show/836413
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=320
This commit is contained in:
Dr. Werner Fink 2020-09-24 05:43:06 +00:00 committed by Git OBS Bridge
parent 06bafccf7e
commit f6ff89c36a
2 changed files with 6 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 23 16:30:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- dot.profile: moved example for user specific LANG setting
from .profile to .i18n (x11-tools package) skeleton file (boo#1158724)
-------------------------------------------------------------------
Sun Aug 2 20:49:58 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -7,16 +7,6 @@
test -z "$PROFILEREAD" && . /etc/profile || true
# Most applications support several languages for their output.
# To make use of this feature, simply uncomment one of the lines below or
# add your own one (see /usr/share/locale/locale.alias for more codes)
# This overwrites the system default set in /etc/sysconfig/language
# in the variable RC_LANG.
#
#export LANG=de_DE.UTF-8 # uncomment this line for German output
#export LANG=fr_FR.UTF-8 # uncomment this line for French output
#export LANG=es_ES.UTF-8 # uncomment this line for Spanish output
# Some applications read the EDITOR variable to determine your favourite text
# editor. So uncomment the line below and enter the editor of your choice :-)
#export EDITOR=/usr/bin/vim