WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: .profile contains redundant lines from /etc/profile  (Read 3539 times)

Offline florian

  • Full Member
  • ***
  • Posts: 116
    • Home Page
.profile contains redundant lines from /etc/profile
« on: January 26, 2009, 06:40:12 AM »
Hi! Those lines are present in both .profile and /etc/profile
Code: [Select]
umask 022

if [ -f /etc/sysconfig/language ]; then
. /etc/sysconfig/language
export LANG LC_ALL
fi

if [ -f /etc/sysconfig/timezone ]; then
. /etc/sysconfig/timezone
export TZ
fi