From: root Date: Mon, 14 Mar 2016 23:51:16 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=72c93f43936dfc744d91855bdfc2fe375033610a;p=config%2Fhelga%2Fetc.git committing changes in /etc after emerge run Package changes: +dev-db/postgresql-9.5.1 --- diff --git a/.etckeeper b/.etckeeper index dbf4f12..ae0f7db 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1237,6 +1237,8 @@ maybe chmod 0644 'eselect/postgresql/active.links94' maybe chmod 0755 'eselect/postgresql/slots' maybe chmod 0755 'eselect/postgresql/slots/9.4' maybe chmod 0644 'eselect/postgresql/slots/9.4/base' +maybe chmod 0755 'eselect/postgresql/slots/9.5' +maybe chmod 0644 'eselect/postgresql/slots/9.5/base' maybe chmod 0644 'etc-update.conf' maybe chmod 0755 'etckeeper' maybe chmod 0755 'etckeeper/commit.d' @@ -2694,6 +2696,8 @@ maybe chmod 0644 'postfix/sarah/work/virtual' maybe chmod 0600 'postfix/saslpass' maybe chmod 0755 'postgresql-9.4' maybe chmod 0644 'postgresql-9.4/psqlrc' +maybe chmod 0755 'postgresql-9.5' +maybe chmod 0644 'postgresql-9.5/psqlrc' maybe chmod 0755 'prelink.conf.d' maybe chmod 0644 'prelink.conf.d/nss.conf' maybe chmod 0644 'procmailrc' diff --git a/eselect/postgresql/slots/9.5/base b/eselect/postgresql/slots/9.5/base new file mode 100644 index 0000000..63828a8 --- /dev/null +++ b/eselect/postgresql/slots/9.5/base @@ -0,0 +1 @@ +postgres_ebuilds="${postgres_ebuilds} postgresql-9.5.1" diff --git a/postgresql-9.5/psqlrc b/postgresql-9.5/psqlrc new file mode 100644 index 0000000..8152cac --- /dev/null +++ b/postgresql-9.5/psqlrc @@ -0,0 +1,8 @@ +-- +-- system-wide psql configuration file +-- +-- This file is read before the .psqlrc file in the user's home directory. +-- +-- Copy this to your installation's sysconf directory and rename it psqlrc. +-- The sysconf directory can be identified via "pg_config --sysconfdir". +--