From f29e51fa9d386438f121a12efb577cdb0056cd16 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 11 Oct 2017 00:37:57 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- env.d/50baselayout | 9 +++++++++ gentoo-release | 2 +- profile | 4 +--- services | 2 ++ shells | 1 + 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 env.d/50baselayout diff --git a/env.d/50baselayout b/env.d/50baselayout new file mode 100644 index 00000000..1bf6bda0 --- /dev/null +++ b/env.d/50baselayout @@ -0,0 +1,9 @@ +# /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" +LDPATH='/lib64:/usr/lib64:/usr/local/lib64:/lib32:/usr/lib32:/usr/local/lib32:/lib:/usr/lib:/usr/local/lib' diff --git a/gentoo-release b/gentoo-release index 5f0944f7..809babf1 100644 --- a/gentoo-release +++ b/gentoo-release @@ -1 +1 @@ -Gentoo Base System release 2.3 +Gentoo Base System release 2.4.1 diff --git a/profile b/profile index e085efa3..75c1f870 100644 --- a/profile +++ b/profile @@ -23,9 +23,7 @@ umask 022 # but it can make tab-completion easier when they aren't in the # user's PATH to pollute the executable namespace. if [ "${EUID-}" = "0" ] || [ "${USER-}" = "root" ] ; then - PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin${ROOTPATH:+:}${ROOTPATH-}" -else - PATH="/usr/local/bin:/usr/bin:/bin${PATH:+:}${PATH-}" + PATH="${ROOTPATH}" fi export PATH unset ROOTPATH diff --git a/services b/services index d6b2bb4c..c5b673f4 100644 --- a/services +++ b/services @@ -803,6 +803,8 @@ redstorm_find 2347/tcp # Game Announcement and Location redstorm_find 2347/udp redstorm_info 2348/tcp # Information to query for game status redstorm_info 2348/udp +etcd-client 2379/tcp # etcd client communication +etcd-server 2380/tcp # etcd server to server communication cvspserver 2401/tcp # CVS client/server operations cvspserver 2401/udp venus 2430/tcp # codacon port diff --git a/shells b/shells index 05a36e3a..db18c437 100644 --- a/shells +++ b/shells @@ -5,6 +5,7 @@ /bin/esh /bin/fish /bin/ksh +/bin/mksh /bin/sash /bin/sh /bin/tcsh -- 2.39.5