]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@weimar.pb.local>
Thu, 10 Mar 2016 14:02:36 +0000 (15:02 +0100)
committerroot <root@weimar.pb.local>
Thu, 10 Mar 2016 14:02:36 +0000 (15:02 +0100)
Package changes:
+dev-db/postgresql-9.5.1

.etckeeper
eselect/postgresql/slots/9.5/base [new file with mode: 0644]
postgresql-9.5/psqlrc [new file with mode: 0644]

index 3cfb0d569678a46118568bdc88bcc1bb0ae36065..24c77dfa09d1821d2e7cd2c3d2d9ae86ad6fc0d8 100755 (executable)
@@ -422,6 +422,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'
@@ -837,6 +839,8 @@ maybe chmod 0644 'portage/savedconfig/sys-apps/busybox-1.19.3-r1'
 maybe chmod 0644 'portage/savedconfig/sys-apps/busybox-1.24.1'
 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 0644 'profile'
 maybe chmod 0755 'profile.d'
 maybe chmod 0644 'profile.d/.keep'
diff --git a/eselect/postgresql/slots/9.5/base b/eselect/postgresql/slots/9.5/base
new file mode 100644 (file)
index 0000000..63828a8
--- /dev/null
@@ -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 (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".
+--