From: fbrehm Date: Fri, 17 Feb 2012 11:52:34 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8ff5a5fe8b988e218aa0fca1ac25d473fca13df5;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/csh.env b/csh.env index fd12168..db6f35f 100644 --- a/csh.env +++ b/csh.env @@ -2,7 +2,7 @@ # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES # GO INTO /etc/csh.cshrc NOT /etc/csh.env -setenv CONFIG_PROTECT '/usr/share/gnupg/qualified.txt' +setenv CONFIG_PROTECT '/usr/share/gnupg/qualified.txt /usr/share/config' setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild' setenv EDITOR '/usr/bin/vi' setenv GCC_SPECS '' diff --git a/profile.env b/profile.env index aa1e4fb..da9e946 100644 --- a/profile.env +++ b/profile.env @@ -2,7 +2,7 @@ # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES # GO INTO /etc/profile NOT /etc/profile.env -export CONFIG_PROTECT='/usr/share/gnupg/qualified.txt' +export CONFIG_PROTECT='/usr/share/gnupg/qualified.txt /usr/share/config' export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild' export EDITOR='/usr/bin/vi' export GCC_SPECS=''