tags 383859 +patch
thanks,

Hello,

I believe this will do it.

-- 
GNU/Linux es un sistema operativo amigable, solo selecciona a sus amigos.
Saludos /\/\ /\ >< `/
diff -ruN nullmailer-1.03/debian/config nullmailer-1.03.new/debian/config
--- nullmailer-1.03/debian/config       2006-08-25 21:07:34.000000000 -0300
+++ nullmailer-1.03.new/debian/config   2006-08-25 21:06:11.000000000 -0300
@@ -16,7 +16,7 @@
 fi
 
 if [ -e /etc/nullmailer/remotes ]; then
-       db_set nullmailer/relayhost "`cat /etc/nullmailer/remotes`"
+       db_set nullmailer/relayhost "`cat /etc/nullmailer/remotes | tr '\n' ':' 
| sed 's/::*/:/g;s/:$//'`"
 else
        db_get nullmailer/relayhost
        if [ -z "$RET" ]; then

Reply via email to