From f6ff89c36a2c5a6b4d546c0d8625f6674babe52a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 24 Sep 2020 05:43:06 +0000 Subject: [PATCH] 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 --- bash.changes | 6 ++++++ dot.profile | 10 ---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/bash.changes b/bash.changes index 67ff53c3..a9d0232a 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 23 16:30:31 UTC 2020 - Stefan Dirsch + +- 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 diff --git a/dot.profile b/dot.profile index 0b3736ae..91da85bc 100644 --- a/dot.profile +++ b/dot.profile @@ -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