From: Frank Brehm Date: Thu, 28 Dec 2017 01:48:43 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=199eacc319231e16f33bbfeeb198f119222abceb;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +dev-db/postgresql-10.1 --- diff --git a/.etckeeper b/.etckeeper index 05857b1a..4a293e77 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2388,6 +2388,8 @@ maybe chmod 0644 'postfix/smtp_auth' maybe chmod 0644 'postfix/smtp_auth.db' maybe chmod 0644 'postfix/virtual' maybe chmod 0644 'postfix/virtual.db' +maybe chmod 0755 'postgresql-10' +maybe chmod 0644 'postgresql-10/psqlrc' maybe chmod 0755 'postgresql-9.6' maybe chmod 0644 'postgresql-9.6/psqlrc' maybe chmod 0755 'powerdns' diff --git a/postgresql-10/psqlrc b/postgresql-10/psqlrc new file mode 100644 index 00000000..8152cace --- /dev/null +++ b/postgresql-10/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". +--