From 80b9603094a80b61bf4f7864758ec9ce1a0df304 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 16 Jan 2012 00:49:10 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +x11-misc/xdg-utils-1.1.0_rc1_p20111003 --- .etckeeper | 2 ++ env.d/30xdg-data-local | 2 ++ env.d/90xdg-data-base | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 env.d/30xdg-data-local create mode 100644 env.d/90xdg-data-base diff --git a/.etckeeper b/.etckeeper index 14ca3c70..fa1aad79 100755 --- a/.etckeeper +++ b/.etckeeper @@ -110,9 +110,11 @@ maybe chmod 0644 './env.d/04multilib' maybe chmod 0644 './env.d/05binutils' maybe chmod 0644 './env.d/05gcc-x86_64-pc-linux-gnu' maybe chmod 0644 './env.d/09sandbox' +maybe chmod 0644 './env.d/30xdg-data-local' maybe chmod 0644 './env.d/37fontconfig' maybe chmod 0644 './env.d/50ncurses' maybe chmod 0644 './env.d/70less' +maybe chmod 0644 './env.d/90xdg-data-base' maybe chmod 0644 './env.d/98ca-certificates' maybe chmod 0644 './env.d/99gentoolkit-env' maybe chmod 0755 './env.d/binutils' diff --git a/env.d/30xdg-data-local b/env.d/30xdg-data-local new file mode 100644 index 00000000..02468591 --- /dev/null +++ b/env.d/30xdg-data-local @@ -0,0 +1,2 @@ +XDG_DATA_DIRS="/usr/local/share" +COLON_SEPARATED="XDG_DATA_DIRS XDG_CONFIG_DIRS" diff --git a/env.d/90xdg-data-base b/env.d/90xdg-data-base new file mode 100644 index 00000000..8055468b --- /dev/null +++ b/env.d/90xdg-data-base @@ -0,0 +1,2 @@ +XDG_DATA_DIRS="/usr/share" +XDG_CONFIG_DIRS="/etc/xdg" -- 2.39.5