summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-26 15:57:00 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-26 15:57:00 +0000
commitf617c76d9d966004e9af9d378327aeb87a8fc09e (patch)
tree6dcae5ecc45458126eb578b54bbc11d0345aa5f6 /etc
parentPunt PAGER and EDITOR. People need to set this themselves now. (diff)
downloadbaselayout-f617c76d9d966004e9af9d378327aeb87a8fc09e.tar.gz
baselayout-f617c76d9d966004e9af9d378327aeb87a8fc09e.tar.bz2
baselayout-f617c76d9d966004e9af9d378327aeb87a8fc09e.zip
Add /etc/gentoo-release to CONFIG_PROTECT_MASK.
svn path=/trunk/; revision=2851
Diffstat (limited to 'etc')
-rw-r--r--etc/env.d/00basic2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/env.d/00basic b/etc/env.d/00basic
index 65f3b01e..c4912df8 100644
--- a/etc/env.d/00basic
+++ b/etc/env.d/00basic
@@ -1,4 +1,5 @@
# /etc/env.d/00basic
+# Do not edit this file
PATH="/opt/bin"
ROOTPATH="/opt/bin"
@@ -6,3 +7,4 @@ LDPATH="/usr/local/lib"
MANPATH="/usr/local/share/man:/usr/share/man"
INFOPATH="/usr/share/info"
CVS_RSH="ssh"
+CONFIG_PROTECT_MASK="/etc/gentoo-release"