Public bug reported:

Binary package hint: horde3

line 347 of horde3_3.1.4-1.diff.gz contains the following line:

printf "\n\$$conf[\'log\'][\'name\'] = \'/var/log/horde/horde3.log\';"
>>  debian/horde3/etc/horde/horde3/conf.php

The backslashes found therein are copied into
/etc/horde/horde3/conf.php, and since they are invalid characters for
the config, they break the installation.

The final product winds up reading like this:

conf[\'log\'][\'name\'] = \'/var/log/horde/horde3.log\';

rather than this:

conf['log']['name'] = '/var/log/horde/horde3.log';

** Affects: horde3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
horde3 config diff contains invalid backslashes
https://bugs.launchpad.net/bugs/195310
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to