summaryrefslogtreecommitdiff
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
commit2845610fa6f7dde614b3771e8b811941ec61444a (patch)
tree6dcae5ecc45458126eb578b54bbc11d0345aa5f6
parent0d031e5481ba650fc46ddaaa39c19d0c8dfad2b2 (diff)
downloadopenrc-2845610fa6f7dde614b3771e8b811941ec61444a.tar.gz
openrc-2845610fa6f7dde614b3771e8b811941ec61444a.tar.bz2
openrc-2845610fa6f7dde614b3771e8b811941ec61444a.tar.xz
Add /etc/gentoo-release to CONFIG_PROTECT_MASK.
-rw-r--r--ChangeLog4
-rw-r--r--etc/env.d/00basic2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b47e529..c4feb12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 26 Aug 2007; Mike Frysinger <vapier@gentoo.org>:
+
+ Add /etc/gentoo-release to CONFIG_PROTECT_MASK.
+
25 Aug 2007; Mike Frysinger <vapier@gentoo.org>:
Make sure we list all config files in rc help output.
diff --git a/etc/env.d/00basic b/etc/env.d/00basic
index 65f3b01..c4912df 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"