From ad5408e09ddea3f4acd564317ab9a8893d3f0105 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 16 Oct 2019 12:54:00 +0000 Subject: [PATCH] bsc#1123510 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=304 --- bash.changes | 8 ++++++++ dot.bashrc | 19 ++----------------- dot.profile | 9 ++++++++- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bash.changes b/bash.changes index 6e1ffb27..86f3e959 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 16 12:49:36 UTC 2019 - Dr. Werner Fink + +- Remove PILOTPORT and PILOTRATE environment variable from + default ~/.bashrc (/etc/skel/.bashrc) (bsc#1123510) +- Move definitions of environment variables from ~/.bashrc to + ~/.profile (/etc/skel/.profile) + ------------------------------------------------------------------- Thu Sep 19 12:00:32 UTC 2019 - Ludwig Nussel diff --git a/dot.bashrc b/dot.bashrc index 84211757..4267ade5 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,5 +1,5 @@ -# Sample .bashrc for SuSE Linux -# Copyright (c) SuSE GmbH Nuernberg +# Sample .bashrc for SUSE Linux +# Copyright (c) SUSE Software Solutions Germany GmbH # There are 3 different types of shells in bash: the login shell, normal shell # and interactive shell. Login shells read ~/.profile and interactive shells @@ -10,19 +10,4 @@ # here, since multilingual X sessions would not work properly if LANG is over- # ridden in every subshell. -# 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 -#export EDITOR=/usr/bin/mcedit - -# For some news readers it makes sense to specify the NEWSSERVER variable here -#export NEWSSERVER=your.news.server - -# If you want to use a Palm device with Linux, uncomment the two lines below. -# For some (older) Palm Pilots, you might need to set a lower baud rate -# e.g. 57600 or 38400; lowest is 9600 (very slow!) -# -#export PILOTPORT=/dev/pilot -#export PILOTRATE=115200 - test -s ~/.alias && . ~/.alias || true diff --git a/dot.profile b/dot.profile index 3da0215d..0b3736ae 100644 --- a/dot.profile +++ b/dot.profile @@ -1,4 +1,4 @@ -# Sample .profile for SuSE Linux +# Sample .profile for SUSE Linux # rewritten by Christian Steinruecken # # This file is read each time a login shell is started. @@ -17,6 +17,13 @@ test -z "$PROFILEREAD" && . /etc/profile || true #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 +#export EDITOR=/usr/bin/mcedit + +# For some news readers it makes sense to specify the NEWSSERVER variable here +#export NEWSSERVER=your.news.server # Some people don't like fortune. If you uncomment the following lines, # you will have a fortune each time you log in ;-)