commit aeb730bb2004583a9754548aea0738ec308afbb4 Author: Simone Rota <sip@crux.nu> Date: Mon Apr 23 15:15:54 2007 +0200 postgresql: README fixes diff --git a/postgresql/README b/postgresql/README index 7fd8285..ce9f9f5 100644 --- a/postgresql/README +++ b/postgresql/README @@ -33,7 +33,7 @@ NEW INSTALL To complete the installation and create a test database you need to do some additional steps: -# useradd postgres +# useradd -m -d /home/postgres postgres # passwd -l postgres # mkdir -p /var/pgsql/data @@ -49,7 +49,8 @@ some additional steps: # createdb test # psql test -edit /etc/cron/weekly as root and add a line "/usr/sbin/rotatelog postgresql" +Edit /etc/cron/weekly/syslog as root and add +a line "/usr/sbin/rotatelog postgresql" The complete installation instructions are located here: