From: root Date: Mon, 14 Mar 2016 23:51:44 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=472c15f38613bf468335acfc1f099476bbe70cbb;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index ae0f7db..98f9c6d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1234,6 +1234,7 @@ maybe chmod 0755 'eselect/postgresql' maybe chmod 0644 'eselect/postgresql/active' maybe chmod 0644 'eselect/postgresql/active.links' maybe chmod 0644 'eselect/postgresql/active.links94' +maybe chmod 0644 'eselect/postgresql/active.links95' maybe chmod 0755 'eselect/postgresql/slots' maybe chmod 0755 'eselect/postgresql/slots/9.4' maybe chmod 0644 'eselect/postgresql/slots/9.4/base' diff --git a/csh.env b/csh.env index 0680c61..424c4c9 100644 --- a/csh.env +++ b/csh.env @@ -14,7 +14,7 @@ setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/i setenv LADSPA_PATH '/usr/lib64/ladspa' setenv LESS '-R -M --shift 5' setenv LESSOPEN '|lesspipe %s' -setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.5/man/:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.4/man/' +setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.5/man/:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/:/usr/share/postgresql-9.4/man/' setenv MULTIOSDIRS '../lib64:../lib32' setenv OPENGL_PROFILE 'xorg-x11' setenv PAGER '/usr/bin/less' diff --git a/env.d/50postgresql b/env.d/50postgresql index c72ad59..9d97cf3 100644 --- a/env.d/50postgresql +++ b/env.d/50postgresql @@ -1,4 +1,4 @@ # Configuration file for eselect # This file has been automatically generated. -LDPATH="/usr/lib/postgresql:/usr/lib64/postgresql:/usr/lib64/postgresql-9.4/lib64/" -MANPATH="/usr/share/postgresql/man/:/usr/share/postgresql-9.4/man/" +LDPATH="/usr/lib/postgresql:/usr/lib64/postgresql:/usr/lib64/postgresql-9.5/lib64/:/usr/lib64/postgresql-9.4/lib64/" +MANPATH="/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/:/usr/share/postgresql-9.4/man/" diff --git a/eselect/postgresql/active.links95 b/eselect/postgresql/active.links95 new file mode 100644 index 0000000..230a3bc --- /dev/null +++ b/eselect/postgresql/active.links95 @@ -0,0 +1,18 @@ +usr/bin/dropdb95 +usr/bin/pg_restore95 +usr/bin/pg_config95 +usr/bin/pg_dump95 +usr/bin/pg_isready95 +usr/bin/psql95 +usr/bin/dropuser95 +usr/bin/pg_dumpall95 +usr/bin/ecpg95 +usr/bin/droplang95 +usr/bin/oid2name95 +usr/bin/vacuumlo95 +usr/bin/reindexdb95 +usr/bin/createuser95 +usr/bin/createlang95 +usr/bin/clusterdb95 +usr/bin/vacuumdb95 +usr/bin/createdb95 diff --git a/ld.so.conf b/ld.so.conf index 1876ba8..54749d5 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -12,4 +12,5 @@ include ld.so.conf.d/*.conf /usr/lib/postgresql /usr/lib64/postgresql +/usr/lib64/postgresql-9.5/lib64/ /usr/lib64/postgresql-9.4/lib64/ diff --git a/profile.env b/profile.env index d4fd5ec..01989eb 100644 --- a/profile.env +++ b/profile.env @@ -14,7 +14,7 @@ export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/i export LADSPA_PATH='/usr/lib64/ladspa' export LESS='-R -M --shift 5' export LESSOPEN='|lesspipe %s' -export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.5/man/:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.4/man/' +export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.5/man/:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/:/usr/share/postgresql-9.4/man/' export MULTIOSDIRS='../lib64:../lib32' export OPENGL_PROFILE='xorg-x11' export PAGER='/usr/bin/less'