saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-02-27 22:19:44 +01:00 committed by root
parent 55cfa3d88b
commit 36cc6556e2
2 changed files with 4 additions and 1 deletions

View File

@ -88,3 +88,6 @@ dev-python/pypy:2.0
# useless update
=games-action/brutal-legend-20130615-r1
>x11-drivers/nvidia-drivers-343.36

View File

@ -14,7 +14,7 @@ fi
# settings. For system defaults, you can add a new file in /etc/profile.d/.
export EDITOR=${EDITOR:-/bin/nano}
export PAGER=${PAGER:-/usr/bin/less}
export GREP_OPTIONS="--directories=skip"
#export GREP_OPTIONS="--directories=skip"
# 077 would be more secure, but 022 is generally quite realistic
umask 022