From 94ddec22b719b1324c736c1a6d7ee8c0eecac01d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 16 Mar 2009 22:02:26 +1300 Subject: [PATCH] Fix some of the installation details. --- docs/website/installation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index 33df7769..3056bd79 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -8,7 +8,7 @@

Ideally you will be running a recent Debian (or Ubuntu) release and will be able to add:

-deb http://debian.mcmillan.net.nz/debian unstable awm
+deb http://debian.mcmillan.net.nz/debian lenny awm
 

to your /etc/apt/sources.list. Once you have done that you can use apt-get or synaptic or some other equivalent package @@ -39,18 +39,18 @@ RPM packages please get in touch!

On SuSE Linux you may need to look in /var/lib/pgsql/data/ for the pg_hba.conf file.

Gentoo

-Davical and the awl library ebuilds are available on the sunrise overlay. -You'll have to add this overlay to your system: +

Davical and the awl library ebuilds are available on the sunrise overlay. +You'll have to add this overlay to your system:

 emerge layman
 layman -f -a sunrise
 echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
 
-From there, you can keep the overlay in sync with the command: +

From there, you can keep the overlay in sync with the command:

layman -s sunrise
-Davical can now be installed with a normal: +

Davical can now be installed with a normal:

emerge davical

Slackware, BSD and the rest