]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 22:37:59 +0000 (23:37 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Sun, 15 Jan 2012 22:37:59 +0000 (23:37 +0100)
.etckeeper
csh.env
env.d/03opengl [new file with mode: 0644]
ld.so.conf
profile.env

index 653dfe36c656605f5c4fd646fc81b1b798cae78e..d41284b8a7aaa8a031d208f87cf694fa010f68cc 100755 (executable)
@@ -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 81e38ae1d2bb563286bdda3ed4ca45ade8c9ed82..1a6d36d9b9d742ae4a2ee884a428bd55da40cf8b 100644 (file)
--- 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 (file)
index 0000000..05c9617
--- /dev/null
@@ -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"
index 6ad4829e8e8f72720f8f5eb7c7f1aee330e1b0b2..73b9d3bc1a0a0ebc3d50245dc269a33e162635b1 100644 (file)
@@ -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
index e235ea7f8070da30338bf791b769a1f5c2dd0b57..c42ce0f54158807f109147c85b0ab1e7093f8f7b 100644 (file)
@@ -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'