From f40ee132e3f8370e13bf9043fa1d6f90871dc405 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 10 Mar 2016 20:59:05 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +dev-db/postgresql-9.5.1 --- eselect/postgresql/slots/9.5/base | 1 + postgresql-9.5/psqlrc | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 eselect/postgresql/slots/9.5/base create mode 100644 postgresql-9.5/psqlrc 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". +-- -- 2.39.5