Add /etc/gentoo-release to CONFIG_PROTECT_MASK.

This commit is contained in:
Mike Frysinger 2007-08-26 15:57:00 +00:00
parent 0d031e5481
commit 2845610fa6
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts # ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 # 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>: 25 Aug 2007; Mike Frysinger <vapier@gentoo.org>:
Make sure we list all config files in rc help output. Make sure we list all config files in rc help output.

View File

@ -1,4 +1,5 @@
# /etc/env.d/00basic # /etc/env.d/00basic
# Do not edit this file
PATH="/opt/bin" PATH="/opt/bin"
ROOTPATH="/opt/bin" ROOTPATH="/opt/bin"
@ -6,3 +7,4 @@ LDPATH="/usr/local/lib"
MANPATH="/usr/local/share/man:/usr/share/man" MANPATH="/usr/local/share/man:/usr/share/man"
INFOPATH="/usr/share/info" INFOPATH="/usr/share/info"
CVS_RSH="ssh" CVS_RSH="ssh"
CONFIG_PROTECT_MASK="/etc/gentoo-release"