From 0dcbaf102135ec7b90937bcec5e3c7e2a577ac48 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 5 Oct 2017 17:02:00 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + env.d/50baselayout | 9 +++++++++ gentoo-release | 2 +- profile | 4 +--- services | 2 ++ shells | 1 + 6 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 env.d/50baselayout diff --git a/.etckeeper b/.etckeeper index 77f441d..cdc05c5 100755 --- a/.etckeeper +++ b/.etckeeper @@ -273,6 +273,7 @@ maybe chmod 0644 'env.d/20php5.6' maybe chmod 0644 'env.d/20php7.0' maybe chmod 0644 'env.d/30gnupg' maybe chmod 0644 'env.d/37fontconfig' +maybe chmod 0644 'env.d/50baselayout' maybe chmod 0644 'env.d/50guile' maybe chmod 0644 'env.d/50ncurses' maybe chmod 0644 'env.d/50oracle-instantclient' diff --git a/env.d/50baselayout b/env.d/50baselayout new file mode 100644 index 0000000..1bf6bda --- /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 5f0944f..809babf 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 e085efa..75c1f87 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 d6b2bb4..c5b673f 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 05a36e3..db18c43 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