commit:     ef383418788f2ed46f5f4ad7b26fbe5b5b25707f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 23:01:42 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 17:37:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ef383418

etc/env.d: move default settings to 50bbaselayout instead of 00basic

This allows other packages to append or pre-pend any of our defaults.

X-Gentoo-Bug: 255695
X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=255695

 etc/env.d/00basic      | 8 --------
 etc/env.d/50baselayout | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/env.d/00basic b/etc/env.d/00basic
deleted file mode 100644
index 363bc968..00000000
--- a/etc/env.d/00basic
+++ /dev/null
@@ -1,8 +0,0 @@
-# /etc/env.d/00basic
-# Do not edit this file
-
-PATH="/opt/bin"
-ROOTPATH="/opt/bin"
-MANPATH="/usr/local/share/man:/usr/share/man"
-INFOPATH="/usr/share/info"
-CONFIG_PROTECT_MASK="/etc/gentoo-release"

diff --git a/etc/env.d/50baselayout b/etc/env.d/50baselayout
new file mode 100644
index 00000000..e8662e0e
--- /dev/null
+++ b/etc/env.d/50baselayout
@@ -0,0 +1,8 @@
+# /etc/env.d/50baselayout
+# Do not edit this file
+
+PATH="/usr/local/bin:/usr/bin:/bin:/opt/bin"
+ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
+MANPATH="/usr/local/share/man:/usr/share/man"
+INFOPATH="/usr/share/info"
+CONFIG_PROTECT_MASK="/etc/gentoo-release"

Reply via email to