]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank.brehm@profitbricks.com>
Mon, 19 Oct 2015 15:06:49 +0000 (17:06 +0200)
committerFrank Brehm <root@weimar.pb.local>
Mon, 19 Oct 2015 15:06:49 +0000 (17:06 +0200)
.etckeeper
eselect/postgresql/slots/9.4/base
portage/bashrc [new file with mode: 0644]

index c6f05cd3aabee41ab6cfd4cbc371e722c1573ea7..541b56f07f8fb99fbe1d7c6ed9cd1250f01f285d 100755 (executable)
@@ -782,6 +782,7 @@ maybe chmod 0644 'passwd'
 maybe chmod 0600 'passwd-'
 maybe chmod 0644 'pb-datacenter.info'
 maybe chmod 0755 'portage'
+maybe chmod 0644 'portage/bashrc'
 maybe chmod 0755 'portage/bin'
 maybe chmod 0755 'portage/bin/post_sync'
 maybe chmod 0644 'portage/make.conf'
index 380fd5b652f3b965d85a4ef7c913d7ebac3dbd12..ea3e5c0ce80edc5b3c8fc25d50367d3d65b9e516 100644 (file)
@@ -1 +1 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-9.4.4"
+postgres_ebuilds="${postgres_ebuilds} postgresql-9.4.5"
diff --git a/portage/bashrc b/portage/bashrc
new file mode 100644 (file)
index 0000000..322738b
--- /dev/null
@@ -0,0 +1,6 @@
+case "${EBUILD_PHASE}" in
+        preinst|prerm) etckeeper pre-install ;;
+        postinst|postrm) etckeeper post-install ;;
+esac
+
+