clone 322717 -1 -2 -3 reassign -1 sork-passwd reassign -2 turba reassign -3 imp3 thanks
On Mon, Aug 15, 2005 at 03:38:47PM +0200, Ola Lundqvist wrote: > Thanks for the patch. Will (probably) be applied later today. Here is yet another patch, that was automatically generated. It should correct that particular problem for all the horde2 files installed on my machine. These come from the turba, sork-passwd, imp and horde packages. It was generated like that: cd /usr/share/horde2 egrep -l --recursive 'return[[:space:]]+new' > ~/horde_php44.list for f in $(</root/horde_php44.list ); do cp -i $f $f.deb; sed 's/^\([[:space:]]*\)return[[:space:]]\+\(new.*\)/\1$result = \2\n\1return $result;/' < $f.deb > $f ; done (for f in $(</root/horde_php44.list ); do diff -u $f.deb $f; done ) > ~/horde_php44.patch The same procedure should work for other php files in other packages. If anyone has the patience to clone this bug for other horde2-dependent packages, be my guest. -- Lionel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]