From 2a0dad913bf269ce4205890170ff5da392ba8dbf Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Dec 2015 10:48:13 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 4 +++- X11/xorg.conf.d/20opengl.conf | 3 +++ env.d/{03opengl => 000opengl} | 0 ld.so.conf | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 X11/xorg.conf.d/20opengl.conf rename env.d/{03opengl => 000opengl} (100%) diff --git a/.etckeeper b/.etckeeper index 12c9445..bba2913 100755 --- a/.etckeeper +++ b/.etckeeper @@ -58,6 +58,8 @@ maybe chmod 0755 'X11/xinit' maybe chmod 0755 'X11/xinit/xinitrc.d' maybe chmod 0755 'X11/xinit/xinitrc.d/40-libcanberra-gtk-module' maybe chmod 0755 'X11/xinit/xinitrc.d/80-dbus' +maybe chmod 0755 'X11/xorg.conf.d' +maybe chmod 0644 'X11/xorg.conf.d/20opengl.conf' maybe chmod 0755 'acpi' maybe chmod 0755 'acpi/actions' maybe chmod 0755 'acpi/actions/powerbtn.sh' @@ -836,10 +838,10 @@ maybe chmod 0644 'elinks/elinks.conf' maybe chmod 0644 'elinks/keybind-full.sample' maybe chmod 0644 'elinks/keybind.conf.sample' maybe chmod 0755 'env.d' +maybe chmod 0644 'env.d/000opengl' maybe chmod 0644 'env.d/00basic' maybe chmod 0644 'env.d/00glibc' maybe chmod 0644 'env.d/01cvs' -maybe chmod 0644 'env.d/03opengl' maybe chmod 0644 'env.d/04gcc-x86_64-pc-linux-gnu' maybe chmod 0644 'env.d/05binutils' maybe chmod 0644 'env.d/09sandbox' diff --git a/X11/xorg.conf.d/20opengl.conf b/X11/xorg.conf.d/20opengl.conf new file mode 100644 index 0000000..b3fc2f9 --- /dev/null +++ b/X11/xorg.conf.d/20opengl.conf @@ -0,0 +1,3 @@ +Section "Files" + ModulePath "/usr/lib64/xorg/modules" +EndSection diff --git a/env.d/03opengl b/env.d/000opengl similarity index 100% rename from env.d/03opengl rename to env.d/000opengl diff --git a/ld.so.conf b/ld.so.conf index ba2c55d..6dd5e01 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -1,5 +1,6 @@ # ld.so.conf autogenerated by env-update; make all changes to # contents of /etc/env.d directory +/usr/lib64/opengl/xorg-x11/lib /lib64 /usr/lib64 /usr/local/lib64 @@ -10,7 +11,6 @@ /usr/lib /usr/local/lib include ld.so.conf.d/*.conf -/usr/lib64/opengl/xorg-x11/lib /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.4/lib64/ -- 2.39.5