diff options
author | 2005-04-24 02:42:10 +0000 | |
---|---|---|
committer | 2005-04-24 02:42:10 +0000 | |
commit | 65811ba994364a7c41e0e34b6021fccb45b6105f (patch) | |
tree | c4263127b552eed68aac50d7e725e8dac46e6fee /profiles/cobalt-mips-2004.1 | |
parent | fix epatching so it works ... bad mr bones ! (diff) | |
download | historical-65811ba994364a7c41e0e34b6021fccb45b6105f.tar.gz historical-65811ba994364a7c41e0e34b6021fccb45b6105f.tar.bz2 historical-65811ba994364a7c41e0e34b6021fccb45b6105f.zip |
Added CONFIG_PROTECT*
Diffstat (limited to 'profiles/cobalt-mips-2004.1')
-rw-r--r-- | profiles/cobalt-mips-2004.1/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/cobalt-mips-2004.1/make.defaults b/profiles/cobalt-mips-2004.1/make.defaults index da0f640f58af..be1a5e51a8bb 100644 --- a/profiles/cobalt-mips-2004.1/make.defaults +++ b/profiles/cobalt-mips-2004.1/make.defaults @@ -33,3 +33,6 @@ ACCEPT_KEYWORDS="mips" # be updated appropriately. USE_EXPAND="VIDEO_CARDS INPUT_DEVICES LINGUAS" +CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" +CONFIG_PROTECT_MASK="/etc/gconf" + |