Package: info2www
Version: 1.2.2.9-24
Severity: minor
Tags: patch
(Sorry, yes, you fix one thing and it triggers a blizzard of new
minor bugreports.)
The suggested commandline for setting up info2www for Apache2 is
ln -s /var/lib/info2www/ /vaw/www/info2www
but cut'n'pasting that will fail unless I have a /vaw directory!
Once I'm nitpicking, that final slash on the target directory name
isn't strictly necessary, and nor is repeating the symlink name...
My patch changes it to simply:
ln -s /var/lib/info2www /var/www
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages info2www depends on:
ii apache2-mpm-worker [httpd-cg 2.2.9-6 Apache HTTP Server - high speed th
ii perl 5.10.0-11.1 Larry Wall's Practical Extraction
info2www recommends no packages.
info2www suggests no packages.
-- no debconf information
--
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru info2www-1.2.2.9.pristine/debian/README.Debian info2www-1.2.2.9/debian/README.Debian
--- info2www-1.2.2.9.pristine/debian/README.Debian 2008-08-02 13:31:27.000000000 +0100
+++ info2www-1.2.2.9/debian/README.Debian 2008-08-02 14:17:17.000000000 +0100
@@ -5,7 +5,7 @@
you have to manually hook it up into your CGI-capable webserver.
For Apache2 this is as simple as:
- ln -s /var/lib/info2www/ /vaw/www/info2www
+ ln -s /var/lib/info2www /var/www
(assuming /var/www is your DocumentRoot)