Package: newsgate Version: 1.6-23 Filename: pool/non-free/n/newsgate/newsgate_1.6-23_i386.deb Found error in /usr/bin/mkmailpost: $ grep -A5 -B5 /tmp/ /usr/bin/mkmailpost echo "*/" if [ "$2" != "" ] ; then echo 'default mail2news "'$2'";' fi trap "rm -f /tmp/mmp$$ ; exit 1" 1 2 3 15 ## Create the sed temporary file and run it cat >/tmp/mmp$$ <<\EOF /# Delete moderated groups/d /m$/d /# Trim anything after the first field/d s/ .*$// /# Delete control, junk, site-specific/d -- /# Turn the line "foo" into "mailpost foo;"/d s/^.*$/mailpost &;/ EOF ## Run sed, clean up. sed -f /tmp/mmp$$ <${ACTIVE} | sort rm -f /tmp/mmp$$