From f348dcbc8ea07901abdaee3600dd376c0903966d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 8 Apr 2013 19:34:44 +0200 Subject: [PATCH] Current state --- .etckeeper | 5 +++++ conf.d/postgresql-9.2 | 2 ++ portage/package.keywords | 3 +++ postgresql-9.2/pg_hba.conf | 1 + 4 files changed, 11 insertions(+) diff --git a/.etckeeper b/.etckeeper index 152a150..537b1fc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3,6 +3,7 @@ mkdir -p './ca-certificates/update.d' mkdir -p './courier-imap/shared' mkdir -p './courier-imap/shared.tmp' +mkdir -p './dpkg/dpkg.cfg.d' mkdir -p './foomatic/direct' mkdir -p './php/apache2-php5.4/ext' mkdir -p './php/apache2-php5.4/ext-active' @@ -60,6 +61,8 @@ maybe chmod 0755 './acpi/default.sh' maybe chmod 0755 './acpi/events' maybe chmod 0644 './acpi/events/default' maybe chmod 0600 './aiccu.conf' +maybe chmod 0755 './alternatives' +maybe chmod 0644 './alternatives/README' maybe chgrp amavis './amavisd.conf' maybe chmod 0640 './amavisd.conf' maybe chmod 0755 './apache2' @@ -672,6 +675,8 @@ maybe chmod 0600 './default/useradd' maybe chmod 0644 './dhcpcd.conf' maybe chmod 0644 './dispatch-conf.conf' maybe chmod 0644 './dmtab' +maybe chmod 0755 './dpkg' +maybe chmod 0755 './dpkg/dpkg.cfg.d' maybe chmod 0644 './drirc' maybe chmod 0644 './e2fsck.conf' maybe chmod 0755 './eclean' diff --git a/conf.d/postgresql-9.2 b/conf.d/postgresql-9.2 index ba14421..aeee7a4 100644 --- a/conf.d/postgresql-9.2 +++ b/conf.d/postgresql-9.2 @@ -56,3 +56,5 @@ DATA_DIR="/var/lib/postgresql/9.2/data" # Additional options to pass to initdb. # See `man initdb' for available options. PG_INITDB_OPTS="--encoding=UTF8" + +rc_after="aiccu" diff --git a/portage/package.keywords b/portage/package.keywords index 347f6f0..92a4019 100644 --- a/portage/package.keywords +++ b/portage/package.keywords @@ -217,6 +217,9 @@ dev-python/fbrehm-libs ~dev-python/msgpack-0.1.12 +~dev-python/stevedore-0.8 +~dev-python/virtualenv-clone-0.2.4 +~dev-python/virtualenvwrapper-3.7 ~net-analyzer/ndoutils-1.4_beta9 ~net-analyzer/tcptrace-6.6.7 diff --git a/postgresql-9.2/pg_hba.conf b/postgresql-9.2/pg_hba.conf index 09de555..fe5d31a 100644 --- a/postgresql-9.2/pg_hba.conf +++ b/postgresql-9.2/pg_hba.conf @@ -93,4 +93,5 @@ host all all ::1/128 trust #host replication postgres ::1/128 trust host dns dns ::/0 md5 +host dns dnsadmin ::/0 md5 -- 2.39.5