From 880ad72fada0a8183e41843579e8c947f22dd841 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 22 May 2017 14:53:03 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 1 - profile.env | 1 - 2 files changed, 2 deletions(-) diff --git a/csh.env b/csh.env index 3423c03..5c1bb79 100644 --- a/csh.env +++ b/csh.env @@ -5,7 +5,6 @@ setenv CONFIG_PROTECT '/usr/share/gnupg/qualified.txt' setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/apache2-php7.0/ext-active/ /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild' setenv EDITOR '/usr/bin/vi' -setenv FACTERDIR '/usr' setenv GCC_SPECS '' setenv GUILE_LOAD_PATH '/usr/share/guile/1.8' setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/info' diff --git a/profile.env b/profile.env index 46a7308..9832535 100644 --- a/profile.env +++ b/profile.env @@ -5,7 +5,6 @@ export CONFIG_PROTECT='/usr/share/gnupg/qualified.txt' export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/apache2-php7.0/ext-active/ /etc/fonts/fonts.conf /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild' export EDITOR='/usr/bin/vi' -export FACTERDIR='/usr' export GCC_SPECS='' export GUILE_LOAD_PATH='/usr/share/guile/1.8' export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/info' -- 2.39.5