Package: phpgroupware
Version: 0.9.16.005-3
Severity: normal

The post install contains, at line 63:

            if [ $( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) = "both" ] ; then


However, now that the debconf variable phpgroupware/webserver can
contain a list of values, this fails. I think converting to

 if [ "$( echo -n $RET | tr '[A-Z]' '[a-z]' )" = "both" ] ; then

(with the quotes outside the shell fragment) will fix it.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages phpgroupware depends on:
ii  apache [httpd]              1.3.33-4     versatile, high-performance HTTP s
ii  debconf [debconf-2.0]       1.4.48       Debian configuration management sy
ii  php4                        4:4.3.10-13  server-side, HTML-embedded scripti
ii  php4-cgi                    4:4.3.10-13  server-side, HTML-embedded scripti
ii  php4-imap                   4:4.3.10-13  IMAP module for php4
ii  php4-mysql                  4:4.3.10-13  MySQL module for php4
ii  phpgroupware-admin          0.9.16.005-3 phpGroupWare administration module
ii  phpgroupware-phpgwapi       0.9.16.005-3 library of common phpGroupWare fun
ii  phpgroupware-preferences    0.9.16.005-3 phpGroupWare preferences managemen
ii  phpgroupware-setup          0.9.16.005-3 phpGroupWare setup III module
ii  wwwconfig-common            0.0.43       Debian web auto configuration

-- debconf information:
  phpgroupware/debug:
* phpgroupware/db/type: MySQL
  phpgroupware/db/setup/skip: false
  phpgroupware/db/user/password/mismatch:
* phpgroupware/configuration/note:
  phpgroupware/configuration/password/mismatch:
* phpgroupware/db/user/name: phpgroupware
* phpgroupware/postrm: false
  phpgroupware/db/setup/abort:
  phpgroupware/configuration/overwrite: false
* phpgroupware/db/name: phpgroupware
* phpgroupware/webserver: apache, apache-ssl, apache-perl, apache2
  phpgroupware/header/password/mismatch:
* phpgroupware/db/host: localhost
* phpgroupware/db/admin/name: root


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

Reply via email to