From 5955cd26aaa305249574b1bdf3a58434bb3306b6 Mon Sep 17 00:00:00 2001 From: fbrehm Date: Wed, 6 Jun 2012 23:54:11 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 + eselect/postgresql/slots/9.1/._cfg0000_base | 1 + 2 files changed, 2 insertions(+) create mode 100644 eselect/postgresql/slots/9.1/._cfg0000_base diff --git a/.etckeeper b/.etckeeper index ec79027..939a028 100755 --- a/.etckeeper +++ b/.etckeeper @@ -846,6 +846,7 @@ maybe chmod 0644 './eselect/postgresql/active.links' maybe chmod 0644 './eselect/postgresql/active.links91' maybe chmod 0755 './eselect/postgresql/slots' maybe chmod 0755 './eselect/postgresql/slots/9.1' +maybe chmod 0644 './eselect/postgresql/slots/9.1/._cfg0000_base' maybe chmod 0644 './eselect/postgresql/slots/9.1/._cfg0000_docs' maybe chmod 0644 './eselect/postgresql/slots/9.1/base' maybe chmod 0644 './eselect/postgresql/slots/9.1/docs' diff --git a/eselect/postgresql/slots/9.1/._cfg0000_base b/eselect/postgresql/slots/9.1/._cfg0000_base new file mode 100644 index 0000000..bb3cb40 --- /dev/null +++ b/eselect/postgresql/slots/9.1/._cfg0000_base @@ -0,0 +1 @@ +postgres_ebuilds="${postgres_ebuilds} postgresql-base-9.1.4" -- 2.39.5