Bug#462460: fix

2008-01-27 Thread hungerburg
On Sun, Jan 27, 2008 at 07:31:02PM +0100, hungerburg wrote: > - echo -n ".ifndef $macroname\n$macroname=$contents\n.endif\n" > + echo -n ".ifndef $macroname\\\n$macroname=$contents\\\n.endif\\\n" of course this is due to the fact, that echo is a builtin of dash, which is linked as the posix /bin

Bug#462460: fix

2008-01-27 Thread hungerburg
Package: exim4-config Version: 4.69-1 Followup-For: Bug #462460 the sed error is due to the way, UPEX4C_macros are constructed in the script, with bare embedded newlines, that should be escapes instead, patch the preprocess_macro() function like this: --- /usr/sbin/update-exim4.conf-debian 2008