diff options
author | Zac Medico <zmedico@gentoo.org> | 2015-02-20 01:33:38 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2015-02-20 01:33:38 +0000 |
commit | 49a3db61a56b1261274abb8bd336569629949fba (patch) | |
tree | e68aa87f81a2a021620414b36da82909eb5baedc /profiles/base | |
parent | Version bump bu lorem_ipsum (diff) | |
download | historical-49a3db61a56b1261274abb8bd336569629949fba.tar.gz historical-49a3db61a56b1261274abb8bd336569629949fba.tar.bz2 historical-49a3db61a56b1261274abb8bd336569629949fba.zip |
base/make.defaults: Use UNINSTALL_IGNORE to protect /var/{run,lock} symlinks for bug 519620.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/make.defaults | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 7ba5fdbcd837..2a6608d7b58d 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.771 2015/02/18 07:41:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.772 2015/02/20 01:33:38 zmedico Exp $ + + 20 Feb 2015; Zac Medico <zmedico@gentoo.org> make.defaults: + Use UNINSTALL_IGNORE to protect /var/{run,lock} symlinks for bug 519620. 18 Feb 2015; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask: Mask cairo[openvg], experimental backend, no longer supported with diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 62a16a5740af..31614900e3e3 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.122 2015/02/01 20:02:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.123 2015/02/20 01:33:38 zmedico Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -132,8 +132,9 @@ PYTHON_SINGLE_TARGET="python2_7" # 1) do not uninstall kernel modules and therefore allow replacing them, # 2) allow replacing unowned compiled Python modules (python-r1 migration), # 3) allow replacing unowned dropin.cache files (twisted-r1 migration). +# 4) protect /var/{run,lock} symlinks for bug 519620 COLLISION_IGNORE="/lib/modules/* *.py[co] *\$py.class */dropin.cache" -UNINSTALL_IGNORE="/lib/modules/*" +UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock" # Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013) # Make emerge messages default to English as per Council decision |