From d3ca2b205402f3a285d1cf943a5ee1eff4d84b70 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 14 Feb 2012 16:07:24 -0800 Subject: [PATCH] fix database name specification in readme --- docs/README.first | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/README.first b/docs/README.first index 8ad674c3..3ecdba41 100644 --- a/docs/README.first +++ b/docs/README.first @@ -98,8 +98,9 @@ o Write your own dak.conf and apt.conf files. dak looks for those alternative configuration files with Config::host::DakConfig and Config::host::AptConfig (where "host" is the fully qualified domain name of your machine). -o Create a PostgreSQL database on the host given in dak.conf's DB::Host - with the name specified in DB::Name. +o Create a PostgreSQL database on the host given in dak.conf's + Config::host::DatabaseHostname with the name specified in + DB::Service. o Run 'dak init-dirs': this will create all directories which are specified in dak.conf and apt.conf. o If you have an existing archive: -- 2.39.5