From d0830b0674167feaae2ea96d2676e834094d564a Mon Sep 17 00:00:00 2001 From: fbrehm Date: Mon, 20 Feb 2012 07:44:56 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 2 ++ profile.env | 2 ++ 2 files changed, 4 insertions(+) diff --git a/csh.env b/csh.env index 5263ae0..4919253 100644 --- a/csh.env +++ b/csh.env @@ -36,6 +36,8 @@ setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.1/html/library' setenv PYTHONDOCS_3_1 '/usr/share/doc/python-docs-3.1.3/html/library' setenv QT_PLUGIN_PATH '/usr/lib64/kde4/plugins' setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/lib64/subversion/bin' +setenv SANE_CONFIG_DIR '/etc/sane.d' +setenv USB_DEVFS_PATH '/dev/bus/usb' setenv VBOX_APP_HOME '/usr/lib64/virtualbox' setenv XDG_CONFIG_DIRS '/etc/xdg' setenv XDG_DATA_DIRS '/usr/local/share:/usr/share:/usr/share/gdm' diff --git a/profile.env b/profile.env index 9af833e..5888813 100644 --- a/profile.env +++ b/profile.env @@ -36,6 +36,8 @@ export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.1/html/library' export PYTHONDOCS_3_1='/usr/share/doc/python-docs-3.1.3/html/library' export QT_PLUGIN_PATH='/usr/lib64/kde4/plugins' export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/lib64/subversion/bin' +export SANE_CONFIG_DIR='/etc/sane.d' +export USB_DEVFS_PATH='/dev/bus/usb' export VBOX_APP_HOME='/usr/lib64/virtualbox' export XDG_CONFIG_DIRS='/etc/xdg' export XDG_DATA_DIRS='/usr/local/share:/usr/share:/usr/share/gdm' -- 2.39.5