]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 28 Dec 2017 01:48:43 +0000 (02:48 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Thu, 28 Dec 2017 01:48:43 +0000 (02:48 +0100)
Package changes:
+dev-db/postgresql-10.1

.etckeeper
postgresql-10/psqlrc [new file with mode: 0644]

index 05857b1aeb2f042506a49f8c811decf97cad96c9..4a293e77b40e31417146d3195bccc4b4bebc60f9 100755 (executable)
@@ -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 (file)
index 0000000..8152cac
--- /dev/null
@@ -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".
+--