tags 530069 + patch thanks Dear maintainer,
I've prepared an NMU for distributed-net (versioned as 2.9101.507-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards, tony -- diff -u distributed-net-2.9101.507/debian/changelog distributed-net-2.9101.507/debian/changelog --- distributed-net-2.9101.507/debian/changelog +++ distributed-net-2.9101.507/debian/changelog @@ -1,3 +1,10 @@ +distributed-net (2.9101.507-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove bashism in /etc/ppp/ip-up.d/distributed-net (Closes: #530069) + + -- tony mancill <[email protected]> Fri, 12 Jun 2009 21:22:54 -0700 + distributed-net (2.9101.507-1) unstable; urgency=low * New Upstream Version for i386, amd64, and ia64 (Closes: #506914) diff -u distributed-net-2.9101.507/debian/distributed-net.ppp.ip-up distributed-net-2.9101.507/debian/distributed-net.ppp.ip-up --- distributed-net-2.9101.507/debian/distributed-net.ppp.ip-up +++ distributed-net-2.9101.507/debian/distributed-net.ppp.ip-up @@ -8,5 +8,5 @@ fi -if [ X"${syncppp}" == X"YES" ]; then +if [ X"${syncppp}" = X"YES" ]; then /etc/init.d/distributed-net update fi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

