From: root Date: Wed, 10 Feb 2016 22:08:02 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=bd734f597cc5f92ade0a4ab8366ad81517c32079;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/csh.env b/csh.env index 7c83e94..0680c61 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 '/var/bind /usr/share/gnupg/qualified.txt' setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/terminfo /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 CVS_RSH 'ssh' diff --git a/profile.env b/profile.env index 91d7569..d4fd5ec 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='/var/bind /usr/share/gnupg/qualified.txt' export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/fonts/fonts.conf /etc/terminfo /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 CVS_RSH='ssh'