From: Frank Brehm Date: Mon, 19 Oct 2015 15:06:49 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=a21e38683d91922d05be9761064b936a7d0b7342;p=config%2Fweimar%2Fetc.git committing changes in /etc after emerge run --- diff --git a/.etckeeper b/.etckeeper index c6f05cd..541b56f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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' diff --git a/eselect/postgresql/slots/9.4/base b/eselect/postgresql/slots/9.4/base index 380fd5b..ea3e5c0 100644 --- a/eselect/postgresql/slots/9.4/base +++ b/eselect/postgresql/slots/9.4/base @@ -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 index 0000000..322738b --- /dev/null +++ b/portage/bashrc @@ -0,0 +1,6 @@ +case "${EBUILD_PHASE}" in + preinst|prerm) etckeeper pre-install ;; + postinst|postrm) etckeeper post-install ;; +esac + +