From: frank Date: Sun, 15 Jan 2012 22:37:59 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=39416b23e239f2e7478fadcf100dc14c7193d3bb;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 653dfe36..d41284b8 100755 --- a/.etckeeper +++ b/.etckeeper @@ -89,6 +89,7 @@ maybe chmod 0755 './env.d' maybe chmod 0644 './env.d/00basic' maybe chmod 0644 './env.d/00glibc' maybe chmod 0644 './env.d/02locale' +maybe chmod 0644 './env.d/03opengl' maybe chmod 0644 './env.d/04multilib' maybe chmod 0644 './env.d/05binutils' maybe chmod 0644 './env.d/05gcc-x86_64-pc-linux-gnu' diff --git a/csh.env b/csh.env index 81e38ae1..1a6d36d9 100644 --- a/csh.env +++ b/csh.env @@ -21,5 +21,6 @@ setenv LC_TIME 'de_DE.utf8' setenv LESS '-R -M --shift 5' setenv LESSOPEN '|lesspipe %s' setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man' +setenv OPENGL_PROFILE 'xorg-x11' setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3' setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3' diff --git a/env.d/03opengl b/env.d/03opengl new file mode 100644 index 00000000..05c9617b --- /dev/null +++ b/env.d/03opengl @@ -0,0 +1,4 @@ +# Configuration file for eselect +# This file has been automatically generated. +LDPATH="/usr/lib64/opengl/xorg-x11/lib" +OPENGL_PROFILE="xorg-x11" diff --git a/ld.so.conf b/ld.so.conf index 6ad4829e..73b9d3bc 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -2,6 +2,7 @@ # contents of /etc/env.d directory /usr/local/lib include ld.so.conf.d/*.conf +/usr/lib64/opengl/xorg-x11/lib /lib64 /usr/lib64 /usr/local/lib64 diff --git a/profile.env b/profile.env index e235ea7f..c42ce0f5 100644 --- a/profile.env +++ b/profile.env @@ -21,5 +21,6 @@ export LC_TIME='de_DE.utf8' export LESS='-R -M --shift 5' export LESSOPEN='|lesspipe %s' export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man' +export OPENGL_PROFILE='xorg-x11' export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3' export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3'