From: Frank Brehm Date: Wed, 21 Dec 2016 13:51:29 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b745d2a4a9f1f02e3fcc8ede3ef78589aed70ab3;p=config%2Fberta%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 384d0ea..69b231b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -190,6 +190,7 @@ maybe chmod 0644 'env.d/30gnupg' maybe chmod 0644 'env.d/37fontconfig' maybe chmod 0644 'env.d/50guile' maybe chmod 0644 'env.d/50ncurses' +maybe chmod 0644 'env.d/50postgresql' maybe chmod 0644 'env.d/70less' maybe chmod 0644 'env.d/98ca-certificates' maybe chmod 0644 'env.d/99editor' @@ -207,6 +208,9 @@ maybe chmod 0644 'environment' maybe chmod 0755 'eselect' maybe chmod 0755 'eselect/postgresql' maybe chmod 0644 'eselect/postgresql/.keep_app-eselect_eselect-postgresql-0' +maybe chmod 0644 'eselect/postgresql/active' +maybe chmod 0644 'eselect/postgresql/active.links' +maybe chmod 0644 'eselect/postgresql/active.links95' maybe chmod 0755 'eselect/postgresql/slots' maybe chmod 0755 'eselect/postgresql/slots/9.5' maybe chmod 0644 'eselect/postgresql/slots/9.5/base' diff --git a/csh.env b/csh.env index 2c3c672..835305c 100644 --- a/csh.env +++ b/csh.env @@ -12,7 +12,7 @@ setenv LANG 'de_DE.utf8' setenv LESS '-R -M --shift 5' setenv LESSOPEN '|lesspipe %s' setenv MANPAGER 'manpager' -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:/usr/lib64/php5.6/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:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/' setenv MULTIOSDIRS '../lib64:../lib32' setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3' setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3' diff --git a/env.d/50postgresql b/env.d/50postgresql new file mode 100644 index 0000000..41ce189 --- /dev/null +++ b/env.d/50postgresql @@ -0,0 +1,4 @@ +# Configuration file for eselect +# This file has been automatically generated. +LDPATH="/usr/lib/postgresql:/usr/lib64/postgresql:/usr/lib64/postgresql-9.5/lib64/" +MANPATH="/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/" diff --git a/eselect/postgresql/active b/eselect/postgresql/active new file mode 100644 index 0000000..592f36e --- /dev/null +++ b/eselect/postgresql/active @@ -0,0 +1 @@ +9.5 diff --git a/eselect/postgresql/active.links b/eselect/postgresql/active.links new file mode 100644 index 0000000..92513f9 --- /dev/null +++ b/eselect/postgresql/active.links @@ -0,0 +1,45 @@ +usr/include/postgresql +usr/include/libpq-fe.h +usr/include/pg_config_ext.h +usr/include/pg_config_manual.h +usr/include/libpq +usr/include/postgres_ext.h +usr/lib64/postgresql +usr/lib64/libecpg.a +usr/lib64/libpq.so +usr/lib64/libpq.so.5 +usr/lib64/libpq.a +usr/lib64/libecpg.so.6.7 +usr/lib64/libecpg_compat.a +usr/lib64/libpgport.a +usr/lib64/libpq.so.5.8 +usr/lib64/libecpg.so +usr/lib64/libecpg_compat.so.3 +usr/lib64/libecpg_compat.so +usr/lib64/libpgtypes.a +usr/lib64/libpgtypes.so.3 +usr/lib64/libecpg.so.6 +usr/lib64/libpgtypes.so +usr/lib64/libpgcommon.a +usr/lib64/libpgtypes.so.3.6 +usr/lib64/libecpg_compat.so.3.7 +usr/bin/pg_config +usr/bin/createlang +usr/bin/ecpg +usr/bin/dropuser +usr/bin/pg_dump +usr/bin/dropdb +usr/bin/clusterdb +usr/bin/pgbench +usr/bin/droplang +usr/bin/pg_restore +usr/bin/pg_dumpall +usr/bin/createuser +usr/bin/pg_isready +usr/bin/psql +usr/bin/oid2name +usr/bin/vacuumlo +usr/bin/createdb +usr/bin/reindexdb +usr/bin/vacuumdb +usr/share/postgresql diff --git a/eselect/postgresql/active.links95 b/eselect/postgresql/active.links95 new file mode 100644 index 0000000..0505c54 --- /dev/null +++ b/eselect/postgresql/active.links95 @@ -0,0 +1,19 @@ +usr/bin/pg_config95 +usr/bin/createlang95 +usr/bin/ecpg95 +usr/bin/dropuser95 +usr/bin/pg_dump95 +usr/bin/dropdb95 +usr/bin/clusterdb95 +usr/bin/pgbench95 +usr/bin/droplang95 +usr/bin/pg_restore95 +usr/bin/pg_dumpall95 +usr/bin/createuser95 +usr/bin/pg_isready95 +usr/bin/psql95 +usr/bin/oid2name95 +usr/bin/vacuumlo95 +usr/bin/createdb95 +usr/bin/reindexdb95 +usr/bin/vacuumdb95 diff --git a/ld.so.conf b/ld.so.conf index dd6fd58..0c9c98b 100644 --- a/ld.so.conf +++ b/ld.so.conf @@ -10,3 +10,6 @@ /usr/lib /usr/local/lib include ld.so.conf.d/*.conf +/usr/lib/postgresql +/usr/lib64/postgresql +/usr/lib64/postgresql-9.5/lib64/ diff --git a/profile.env b/profile.env index f360432..65e4142 100644 --- a/profile.env +++ b/profile.env @@ -12,7 +12,7 @@ export LANG='de_DE.utf8' export LESS='-R -M --shift 5' export LESSOPEN='|lesspipe %s' export MANPAGER='manpager' -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:/usr/lib64/php5.6/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:/usr/lib64/php5.6/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/' export MULTIOSDIRS='../lib64:../lib32' export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3' export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3'