Package: wordpress
Version: 2.0.6-1
Severity: minor

If you execute: $ bash setup-mysql -h

You will get a small help suggesting you to

  sudo sh setup-mysql -n wordpress blog.example.com

But if dash is installed, it won't works as it would be interpreted as
an sh script (while setup-mysql really is a bash script).  So you should
either replace this help line by:

  sudo bash setup-mysql -n wordpress blog.example.com

Much better would be to makes setup-mysql executable (as it really
should be) and use this line in the usage() section:

  sudo setup-mysql -n wordpress blog.example.com


Simon Valiquette


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages wordpress depends on:
ii  apache [httpd]                1.3.34-4   versatile, high-performance HTTP s
ii  apache-ssl [httpd]            1.3.34-4   versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd]   2.2.3-3.2  Traditional model for Apache HTTPD
ii  mysql-client-5.0 [virtual-mys 5.0.30-3   mysql database client binaries
ii  php5                          5.2.0-8    server-side, HTML-embedded scripti
ii  php5-mysql                    5.2.0-8    MySQL module for php5

wordpress recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to