From: frank Date: Mon, 16 Jan 2012 20:00:26 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=966079547884e4d7b280f58a22bf9d17cf4c38b3;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/csh.env b/csh.env index 02cc413d..7bbf23c4 100644 --- a/csh.env +++ b/csh.env @@ -34,5 +34,7 @@ setenv PRELINK_PATH_MASK '/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr 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 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 XDG_CONFIG_DIRS '/etc/xdg' setenv XDG_DATA_DIRS '/usr/local/share:/usr/share' diff --git a/profile.env b/profile.env index 0a7ef2cd..a1f909e2 100644 --- a/profile.env +++ b/profile.env @@ -34,5 +34,7 @@ export PRELINK_PATH_MASK='/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr 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 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 XDG_CONFIG_DIRS='/etc/xdg' export XDG_DATA_DIRS='/usr/local/share:/usr/share'