From: fbrehm Date: Sun, 19 Feb 2012 17:01:42 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6622eba68cc34b1c4ec683e54d12a9144e60a5be;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/csh.env b/csh.env index db6f35f..dd59f46 100644 --- a/csh.env +++ b/csh.env @@ -2,6 +2,7 @@ # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES # GO INTO /etc/csh.cshrc NOT /etc/csh.env +setenv ANT_HOME '/usr/share/ant' 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' diff --git a/profile.env b/profile.env index da9e946..56af12e 100644 --- a/profile.env +++ b/profile.env @@ -2,6 +2,7 @@ # DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES # GO INTO /etc/profile NOT /etc/profile.env +export ANT_HOME='/usr/share/ant' 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'